Html Css Color HEX #CCA858 Apache

📋 copy color: '#CCA858'

red 204 ◦ green 168 ◦ blue 88

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

Shades of Apache #CCA858

Tints of Apache #CCA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.13%

R = 44.35%
G = 36.52%
B = 19.13%

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

#CCA858 (or 0xCCA858) is known color: Apache. HEX triplet: CC, A8 and 58. RGB value is (204,168,88). Sum of RGB (Red+Green+Blue) = 204+168+88=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA858 is #3357A7. Grayscale: #AAAAAA. Windows color (decimal): -3364776 or 5810380. OLE color: 5810380.

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

Color convert

RGB 204 168 88 -
CMYK 0 0.18 0.57 0.2
HSL 41.38º 0.53% 0.57% -
HSV(B) 41.38º 0.57% 0.8% -
XYZ 40.67 41.55 15.11 -
YUV 169.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 204 168 88 0 0.18 0.57 0.2 41.38 0.53 0.57
Hex CC A8 58 0 12 39 14 29 35 39
Octal 314 250 130 0 22 71 24 51 65 71
Binary 11001100 10101000 1011000 0 10010 111001 10100 101001 110101 111001

Color Harmonies of #CCA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA858

Black with #CCA858

Text Example


Text Example

White with #CCA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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