Html Css Color HEX #CFA855 Apache

📋 copy color: '#CFA855'

red 207 ◦ green 168 ◦ blue 85

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

Shades of Apache #CFA855

Tints of Apache #CFA855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 45%
G = 36.52%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFA855 (or 0xCFA855) is known color: Apache. HEX triplet: CF, A8 and 55. RGB value is (207,168,85). Sum of RGB (Red+Green+Blue) = 207+168+85=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA855 is #3057AA. Grayscale: #AAAAAA. Windows color (decimal): -3168171 or 5613775. OLE color: 5613775.

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

Color convert

RGB 207 168 85 -
CMYK 0 0.19 0.59 0.19
HSL 40.82º 0.56% 0.57% -
HSV(B) 40.82º 0.59% 0.81% -
XYZ 41.37 41.93 14.51 -
YUV 170.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 207 168 85 0 0.19 0.59 0.19 40.82 0.56 0.57
Hex CF A8 55 0 13 3B 13 29 38 39
Octal 317 250 125 0 23 73 23 51 70 71
Binary 11001111 10101000 1010101 0 10011 111011 10011 101001 111000 111001

Color Harmonies of #CFA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA855

Black with #CFA855

Text Example


Text Example

White with #CFA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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