Html Css Color HEX #CFA655 Apache

📋 copy color: '#CFA655'

red 207 ◦ green 166 ◦ blue 85

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

Shades of Apache #CFA655

Tints of Apache #CFA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

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

R = 45.2%
G = 36.24%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFA655 (or 0xCFA655) is known color: Apache. HEX triplet: CF, A6 and 55. RGB value is (207,166,85). Sum of RGB (Red+Green+Blue) = 207+166+85=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA655 is #3059AA. Grayscale: #A9A9A9. Windows color (decimal): -3168683 or 5613263. OLE color: 5613263.

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

Color convert

RGB 207 166 85 -
CMYK 0 0.20 0.59 0.19
HSL 39.84º 0.56% 0.57% -
HSV(B) 39.84º 0.59% 0.81% -
XYZ 41.01 41.19 14.38 -
YUV 169.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 207 166 85 0 0.20 0.59 0.19 39.84 0.56 0.57
Hex CF A6 55 0 14 3B 13 28 38 39
Octal 317 246 125 0 24 73 23 50 70 71
Binary 11001111 10100110 1010101 0 10100 111011 10011 101000 111000 111001

Color Harmonies of #CFA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA655

Black with #CFA655

Text Example


Text Example

White with #CFA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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