Html Css Color HEX #CCA452 Apache

📋 copy color: '#CCA452'

red 204 ◦ green 164 ◦ blue 82

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

Shades of Apache #CCA452

Tints of Apache #CCA452

RGB

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

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

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

R = 45.33%
G = 36.44%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCA452 (or 0xCCA452) is known color: Apache. HEX triplet: CC, A4 and 52. RGB value is (204,164,82). Sum of RGB (Red+Green+Blue) = 204+164+82=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA452 is #335BAD. Grayscale: #A6A6A6. Windows color (decimal): -3365806 or 5416140. OLE color: 5416140.

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

Color convert

RGB 204 164 82 -
CMYK 0 0.20 0.60 0.2
HSL 40.33º 0.54% 0.56% -
HSV(B) 40.33º 0.6% 0.8% -
XYZ 39.7 40 13.61 -
YUV 166.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 204 164 82 0 0.20 0.60 0.2 40.33 0.54 0.56
Hex CC A4 52 0 14 3C 14 28 36 38
Octal 314 244 122 0 24 74 24 50 66 70
Binary 11001100 10100100 1010010 0 10100 111100 10100 101000 110110 111000

Color Harmonies of #CCA452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA452

Black with #CCA452

Text Example


Text Example

White with #CCA452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA452; }

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

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

background-color css

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

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

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

border-color css

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

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

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