Html Css Color HEX #CCA453 Apache

📋 copy color: '#CCA453'

red 204 ◦ green 164 ◦ blue 83

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

Shades of Apache #CCA453

Tints of Apache #CCA453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 45.23%
G = 36.36%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCA453 (or 0xCCA453) is known color: Apache. HEX triplet: CC, A4 and 53. RGB value is (204,164,83). Sum of RGB (Red+Green+Blue) = 204+164+83=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA453 is #335BAC. Grayscale: #A7A7A7. Windows color (decimal): -3365805 or 5481676. OLE color: 5481676.

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

Color convert

RGB 204 164 83 -
CMYK 0 0.20 0.59 0.2
HSL 40.17º 0.54% 0.56% -
HSV(B) 40.17º 0.59% 0.8% -
XYZ 39.74 40.01 13.81 -
YUV 166.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 204 164 83 0 0.20 0.59 0.2 40.17 0.54 0.56
Hex CC A4 53 0 14 3B 14 28 36 38
Octal 314 244 123 0 24 73 24 50 66 70
Binary 11001100 10100100 1010011 0 10100 111011 10100 101000 110110 111000

Color Harmonies of #CCA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA453

Black with #CCA453

Text Example


Text Example

White with #CCA453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA453; }

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

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

background-color css

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

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

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

border-color css

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

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

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