Html Css Color HEX #CFA057 Apache

📋 copy color: '#CFA057'

red 207 ◦ green 160 ◦ blue 87

#CFA057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CFA057

Tints of Apache #CFA057

RGB

 RED value IS 207 (81.25% from 255) = 45.59%

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 45.59%
G = 35.24%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFA057 (or 0xCFA057) is known color: Apache. HEX triplet: CF, A0 and 57. RGB value is (207,160,87). Sum of RGB (Red+Green+Blue) = 207+160+87=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA057 is #305FA8. Grayscale: #A6A6A6. Windows color (decimal): -3170217 or 5742799. OLE color: 5742799.

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

Color convert

RGB 207 160 87 -
CMYK 0 0.23 0.58 0.19
HSL 36.5º 0.56% 0.58% -
HSV(B) 36.5º 0.58% 0.81% -
XYZ 40.02 39.1 14.45 -
YUV 165.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 207 160 87 0 0.23 0.58 0.19 36.5 0.56 0.58
Hex CF A0 57 0 17 3A 13 24 38 3A
Octal 317 240 127 0 27 72 23 44 70 72
Binary 11001111 10100000 1010111 0 10111 111010 10011 100100 111000 111010

Color Harmonies of #CFA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA057

Black with #CFA057

Text Example


Text Example

White with #CFA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA057; }

 p { color: rgb(207,160,87); }

 H1.HeaderClassName
 {
   color: #CFA057;
 }
 .AnyTagClassName
 {
   color: #CFA057;
 }
</style>

background-color css

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

 a { background-color: rgb(207,160,87); }

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

border-color css

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

 span { border-color: rgb(207,160,87); }

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