Html Css Color HEX #CCA457 Apache

📋 copy color: '#CCA457'

red 204 ◦ green 164 ◦ blue 87

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

Shades of Apache #CCA457

Tints of Apache #CCA457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

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

R = 44.84%
G = 36.04%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA457 (or 0xCCA457) is known color: Apache. HEX triplet: CC, A4 and 57. RGB value is (204,164,87). Sum of RGB (Red+Green+Blue) = 204+164+87=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA457 is #335BA8. Grayscale: #A7A7A7. Windows color (decimal): -3365801 or 5743820. OLE color: 5743820.

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

Color convert

RGB 204 164 87 -
CMYK 0 0.20 0.57 0.2
HSL 39.49º 0.53% 0.57% -
HSV(B) 39.49º 0.57% 0.8% -
XYZ 39.9 40.08 14.65 -
YUV 167.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 204 164 87 0 0.20 0.57 0.2 39.49 0.53 0.57
Hex CC A4 57 0 14 39 14 27 35 39
Octal 314 244 127 0 24 71 24 47 65 71
Binary 11001100 10100100 1010111 0 10100 111001 10100 100111 110101 111001

Color Harmonies of #CCA457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA457

Black with #CCA457

Text Example


Text Example

White with #CCA457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA457; }

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

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

background-color css

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

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

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

border-color css

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

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

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