#CFB058

Color #CFB058 Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #CFB058

Tints of Apache #CFB058

Color information

#CFB058 (or 0xCFB058) is unknown color: approx Apache. HEX triplet: CF, B0 and 58. RGB value is (207,176,88). Sum of RGB (Red+Green+Blue) = 207+176+88=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB058 is #304FA7. Grayscale: #AFAFAF. Windows color (decimal): -3166120 or 5812431. OLE color: 5812431.

HSL color Cylindrical-coordinate representation of color #CFB058: hue angle of 44.37º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFB058 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20717688-
CMYK00.150.570.19
HSL44.37º55.35%57.84%-
HSV(B)44.37º57.49%81.18%-
XYZ43.0245.0215.66-
YUV175.2478.77150.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=43.95%
G=37.37%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071768800.150.570.1944.3755.3557.84
HexCFB0580F39132c373a
Octal3172601300177123546772
Binary110011111011000010110000111111100110011101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB058; }

 p { color: rgb(207,176,88); }

 H1.HeaderClassName
 {
   color: #CFB058;
 }
 .AnyTagClassName
 {
   color: #CFB058;
 }
</style>
background-color css

<style>
 a { background-color: #CFB058; }

 a { background-color: rgb(207,176,88); }

 div.DivClassName
 {
   background-color: #CFB058;
 }
 .BgClassName
 {
   background-color: #CFB058;
 }
</style>
border-color css

<style>
 span { border-color: #CFB058; }

 span { border-color: rgb(207,176,88); }

 td.TdClassName
 {
   border-color: #CFB058;
 }
 .TagClassName
 {
   border-color: #CFB058;
 }
</style>