Html Css Color HEX #CCA857 Apache

📋 copy color: '#CCA857'

red 204 ◦ green 168 ◦ blue 87

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

Shades of Apache #CCA857

Tints of Apache #CCA857

RGB

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

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

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

R = 44.44%
G = 36.6%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA857 (or 0xCCA857) is known color: Apache. HEX triplet: CC, A8 and 57. RGB value is (204,168,87). Sum of RGB (Red+Green+Blue) = 204+168+87=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA857 is #3357A8. Grayscale: #A9A9A9. Windows color (decimal): -3364777 or 5744844. OLE color: 5744844.

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

Color convert

RGB 204 168 87 -
CMYK 0 0.18 0.57 0.2
HSL 41.54º 0.53% 0.57% -
HSV(B) 41.54º 0.57% 0.8% -
XYZ 40.62 41.53 14.89 -
YUV 169.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 204 168 87 0 0.18 0.57 0.2 41.54 0.53 0.57
Hex CC A8 57 0 12 39 14 2A 35 39
Octal 314 250 127 0 22 71 24 52 65 71
Binary 11001100 10101000 1010111 0 10010 111001 10100 101010 110101 111001

Color Harmonies of #CCA857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA857

Black with #CCA857

Text Example


Text Example

White with #CCA857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA857; }

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

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

background-color css

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

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

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

border-color css

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

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

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