Html Css Color HEX #CCA05D Apache

📋 copy color: '#CCA05D'

red 204 ◦ green 160 ◦ blue 93

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

Shades of Apache #CCA05D

Tints of Apache #CCA05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.01%

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 44.64%
G = 35.01%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCA05D (or 0xCCA05D) is known color: Apache. HEX triplet: CC, A0 and 5D. RGB value is (204,160,93). Sum of RGB (Red+Green+Blue) = 204+160+93=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA05D is #335FA2. Grayscale: #A5A5A5. Windows color (decimal): -3366819 or 6136012. OLE color: 6136012.

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

Color convert

RGB 204 160 93 -
CMYK 0 0.22 0.54 0.2
HSL 36.22º 0.52% 0.58% -
HSV(B) 36.22º 0.54% 0.8% -
XYZ 39.45 38.77 15.76 -
YUV 165.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 204 160 93 0 0.22 0.54 0.2 36.22 0.52 0.58
Hex CC A0 5D 0 16 36 14 24 34 3A
Octal 314 240 135 0 26 66 24 44 64 72
Binary 11001100 10100000 1011101 0 10110 110110 10100 100100 110100 111010

Color Harmonies of #CCA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA05D

Black with #CCA05D

Text Example


Text Example

White with #CCA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA05D; }

 p { color: rgb(204,160,93); }

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

background-color css

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

 a { background-color: rgb(204,160,93); }

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

border-color css

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

 span { border-color: rgb(204,160,93); }

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