Html Css Color HEX #CCA057 Apache

📋 copy color: '#CCA057'

red 204 ◦ green 160 ◦ blue 87

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

Shades of Apache #CCA057

Tints of Apache #CCA057

RGB

 RED value IS 204 (80.08% from 255) = 45.23%

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

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 45.23%
G = 35.48%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA057 (or 0xCCA057) is known color: Apache. HEX triplet: CC, A0 and 57. RGB value is (204,160,87). Sum of RGB (Red+Green+Blue) = 204+160+87=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA057 is #335FA8. Grayscale: #A5A5A5. Windows color (decimal): -3366825 or 5742796. OLE color: 5742796.

HSL color Cylindrical-coordinate representation of color #CCA057: hue angle of 37.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCA057 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 87 -
CMYK 0 0.22 0.57 0.2
HSL 37.44º 0.53% 0.57% -
HSV(B) 37.44º 0.57% 0.8% -
XYZ 39.19 38.67 14.41 -
YUV 164.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 204 160 87 0 0.22 0.57 0.2 37.44 0.53 0.57
Hex CC A0 57 0 16 39 14 25 35 39
Octal 314 240 127 0 26 71 24 45 65 71
Binary 11001100 10100000 1010111 0 10110 111001 10100 100101 110101 111001

Color Harmonies of #CCA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA057

Black with #CCA057

Text Example


Text Example

White with #CCA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA057; }

 p { color: rgb(204,160,87); }

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

background-color css

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

 a { background-color: rgb(204,160,87); }

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

border-color css

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

 span { border-color: rgb(204,160,87); }

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