Html Css Color HEX #CFA157 Apache

📋 copy color: '#CFA157'

red 207 ◦ green 161 ◦ blue 87

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

Shades of Apache #CFA157

Tints of Apache #CFA157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

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

R = 45.49%
G = 35.38%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFA157 (or 0xCFA157) is known color: Apache. HEX triplet: CF, A1 and 57. RGB value is (207,161,87). Sum of RGB (Red+Green+Blue) = 207+161+87=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA157 is #305EA8. Grayscale: #A6A6A6. Windows color (decimal): -3169961 or 5743055. OLE color: 5743055.

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

Color convert

RGB 207 161 87 -
CMYK 0 0.22 0.58 0.19
HSL 37º 0.56% 0.58% -
HSV(B) 37º 0.58% 0.81% -
XYZ 40.2 39.44 14.51 -
YUV 166.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 207 161 87 0 0.22 0.58 0.19 37 0.56 0.58
Hex CF A1 57 0 16 3A 13 25 38 3A
Octal 317 241 127 0 26 72 23 45 70 72
Binary 11001111 10100001 1010111 0 10110 111010 10011 100101 111000 111010

Color Harmonies of #CFA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA157

Black with #CFA157

Text Example


Text Example

White with #CFA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA157; }

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

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

background-color css

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

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

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

border-color css

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

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

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