Html Css Color HEX #CFA757 Apache

📋 copy color: '#CFA757'

red 207 ◦ green 167 ◦ blue 87

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

Shades of Apache #CFA757

Tints of Apache #CFA757

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 44.9%
G = 36.23%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFA757 (or 0xCFA757) is known color: Apache. HEX triplet: CF, A7 and 57. RGB value is (207,167,87). Sum of RGB (Red+Green+Blue) = 207+167+87=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA757 is #3058A8. Grayscale: #AAAAAA. Windows color (decimal): -3168425 or 5744591. OLE color: 5744591.

HSL color Cylindrical-coordinate representation of color #CFA757: hue angle of 40º 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 #CFA757 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 87 -
CMYK 0 0.19 0.58 0.19
HSL 40º 0.56% 0.58% -
HSV(B) 40º 0.58% 0.81% -
XYZ 41.27 41.59 14.87 -
YUV 169.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 207 167 87 0 0.19 0.58 0.19 40 0.56 0.58
Hex CF A7 57 0 13 3A 13 28 38 3A
Octal 317 247 127 0 23 72 23 50 70 72
Binary 11001111 10100111 1010111 0 10011 111010 10011 101000 111000 111010

Color Harmonies of #CFA757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA757

Black with #CFA757

Text Example


Text Example

White with #CFA757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA757; }

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

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

background-color css

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

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

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

border-color css

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

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

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