Html Css Color HEX #CFA05A Apache

📋 copy color: '#CFA05A'

red 207 ◦ green 160 ◦ blue 90

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

Shades of Apache #CFA05A

Tints of Apache #CFA05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 45.3%
G = 35.01%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA05A (or 0xCFA05A) is known color: Apache. HEX triplet: CF, A0 and 5A. RGB value is (207,160,90). Sum of RGB (Red+Green+Blue) = 207+160+90=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA05A is #305FA5. Grayscale: #A6A6A6. Windows color (decimal): -3170214 or 5939407. OLE color: 5939407.

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

Color convert

RGB 207 160 90 -
CMYK 0 0.23 0.57 0.19
HSL 35.9º 0.55% 0.58% -
HSV(B) 35.9º 0.57% 0.81% -
XYZ 40.15 39.15 15.11 -
YUV 166.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 207 160 90 0 0.23 0.57 0.19 35.9 0.55 0.58
Hex CF A0 5A 0 17 39 13 24 37 3A
Octal 317 240 132 0 27 71 23 44 67 72
Binary 11001111 10100000 1011010 0 10111 111001 10011 100100 110111 111010

Color Harmonies of #CFA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA05A

Black with #CFA05A

Text Example


Text Example

White with #CFA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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