Html Css Color HEX #CCA252 Apache

📋 copy color: '#CCA252'

red 204 ◦ green 162 ◦ blue 82

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

Shades of Apache #CCA252

Tints of Apache #CCA252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.16%

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 45.54%
G = 36.16%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCA252 (or 0xCCA252) is known color: Apache. HEX triplet: CC, A2 and 52. RGB value is (204,162,82). Sum of RGB (Red+Green+Blue) = 204+162+82=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA252 is #335DAD. Grayscale: #A5A5A5. Windows color (decimal): -3366318 or 5415628. OLE color: 5415628.

HSL color Cylindrical-coordinate representation of color #CCA252: hue angle of 39.34º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA252 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 82 -
CMYK 0 0.21 0.60 0.2
HSL 39.34º 0.54% 0.56% -
HSV(B) 39.34º 0.6% 0.8% -
XYZ 39.35 39.29 13.49 -
YUV 165.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 204 162 82 0 0.21 0.60 0.2 39.34 0.54 0.56
Hex CC A2 52 0 15 3C 14 27 36 38
Octal 314 242 122 0 25 74 24 47 66 70
Binary 11001100 10100010 1010010 0 10101 111100 10100 100111 110110 111000

Color Harmonies of #CCA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA252

Black with #CCA252

Text Example


Text Example

White with #CCA252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA252; }

 p { color: rgb(204,162,82); }

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

background-color css

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

 a { background-color: rgb(204,162,82); }

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

border-color css

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

 span { border-color: rgb(204,162,82); }

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