Html Css Color HEX #CCA158 Apache

📋 copy color: '#CCA158'

red 204 ◦ green 161 ◦ blue 88

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

Shades of Apache #CCA158

Tints of Apache #CCA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.54%

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

R = 45.03%
G = 35.54%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA158 (or 0xCCA158) is known color: Apache. HEX triplet: CC, A1 and 58. RGB value is (204,161,88). Sum of RGB (Red+Green+Blue) = 204+161+88=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA158 is #335EA7. Grayscale: #A5A5A5. Windows color (decimal): -3366568 or 5808588. OLE color: 5808588.

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

Color convert

RGB 204 161 88 -
CMYK 0 0.21 0.57 0.2
HSL 37.76º 0.53% 0.57% -
HSV(B) 37.76º 0.57% 0.8% -
XYZ 39.41 39.03 14.69 -
YUV 165.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 204 161 88 0 0.21 0.57 0.2 37.76 0.53 0.57
Hex CC A1 58 0 15 39 14 26 35 39
Octal 314 241 130 0 25 71 24 46 65 71
Binary 11001100 10100001 1011000 0 10101 111001 10100 100110 110101 111001

Color Harmonies of #CCA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA158

Black with #CCA158

Text Example


Text Example

White with #CCA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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