Html Css Color HEX #CFA555 Apache

📋 copy color: '#CFA555'

red 207 ◦ green 165 ◦ blue 85

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

Shades of Apache #CFA555

Tints of Apache #CFA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 45.3%
G = 36.11%
B = 18.6%

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

#CFA555 (or 0xCFA555) is known color: Apache. HEX triplet: CF, A5 and 55. RGB value is (207,165,85). Sum of RGB (Red+Green+Blue) = 207+165+85=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA555 is #305AAA. Grayscale: #A8A8A8. Windows color (decimal): -3168939 or 5613007. OLE color: 5613007.

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

Color convert

RGB 207 165 85 -
CMYK 0 0.20 0.59 0.19
HSL 39.34º 0.56% 0.57% -
HSV(B) 39.34º 0.59% 0.81% -
XYZ 40.83 40.83 14.32 -
YUV 168.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 207 165 85 0 0.20 0.59 0.19 39.34 0.56 0.57
Hex CF A5 55 0 14 3B 13 27 38 39
Octal 317 245 125 0 24 73 23 47 70 71
Binary 11001111 10100101 1010101 0 10100 111011 10011 100111 111000 111001

Color Harmonies of #CFA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA555

Black with #CFA555

Text Example


Text Example

White with #CFA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA555; }

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

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

background-color css

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

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

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

border-color css

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

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

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