Html Css Color HEX #CFA055 Apache

📋 copy color: '#CFA055'

red 207 ◦ green 160 ◦ blue 85

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

Shades of Apache #CFA055

Tints of Apache #CFA055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 45.8%
G = 35.4%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFA055 (or 0xCFA055) is known color: Apache. HEX triplet: CF, A0 and 55. RGB value is (207,160,85). Sum of RGB (Red+Green+Blue) = 207+160+85=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA055 is #305FAA. Grayscale: #A5A5A5. Windows color (decimal): -3170219 or 5611727. OLE color: 5611727.

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

Color convert

RGB 207 160 85 -
CMYK 0 0.23 0.59 0.19
HSL 36.89º 0.56% 0.57% -
HSV(B) 36.89º 0.59% 0.81% -
XYZ 39.94 39.06 14.03 -
YUV 165.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 207 160 85 0 0.23 0.59 0.19 36.89 0.56 0.57
Hex CF A0 55 0 17 3B 13 25 38 39
Octal 317 240 125 0 27 73 23 45 70 71
Binary 11001111 10100000 1010101 0 10111 111011 10011 100101 111000 111001

Color Harmonies of #CFA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA055

Black with #CFA055

Text Example


Text Example

White with #CFA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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