Html Css Color HEX #CFA05C Apache

📋 copy color: '#CFA05C'

red 207 ◦ green 160 ◦ blue 92

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

Shades of Apache #CFA05C

Tints of Apache #CFA05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 45.1%
G = 34.86%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA05C (or 0xCFA05C) is known color: Apache. HEX triplet: CF, A0 and 5C. RGB value is (207,160,92). Sum of RGB (Red+Green+Blue) = 207+160+92=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA05C is #305FA3. Grayscale: #A6A6A6. Windows color (decimal): -3170212 or 6070479. OLE color: 6070479.

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

Color convert

RGB 207 160 92 -
CMYK 0 0.23 0.56 0.19
HSL 35.48º 0.55% 0.59% -
HSV(B) 35.48º 0.56% 0.81% -
XYZ 40.23 39.18 15.57 -
YUV 166.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 207 160 92 0 0.23 0.56 0.19 35.48 0.55 0.59
Hex CF A0 5C 0 17 38 13 23 37 3B
Octal 317 240 134 0 27 70 23 43 67 73
Binary 11001111 10100000 1011100 0 10111 111000 10011 100011 110111 111011

Color Harmonies of #CFA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA05C

Black with #CFA05C

Text Example


Text Example

White with #CFA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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