Html Css Color HEX #CCA05E Apache

📋 copy color: '#CCA05E'

red 204 ◦ green 160 ◦ blue 94

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

Shades of Apache #CCA05E

Tints of Apache #CCA05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 44.54%
G = 34.93%
B = 20.52%

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

#CCA05E (or 0xCCA05E) is known color: Apache. HEX triplet: CC, A0 and 5E. RGB value is (204,160,94). Sum of RGB (Red+Green+Blue) = 204+160+94=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA05E is #335FA1. Grayscale: #A5A5A5. Windows color (decimal): -3366818 or 6201548. OLE color: 6201548.

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

Color convert

RGB 204 160 94 -
CMYK 0 0.22 0.54 0.2
HSL 36º 0.52% 0.58% -
HSV(B) 36º 0.54% 0.8% -
XYZ 39.49 38.79 15.99 -
YUV 165.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 204 160 94 0 0.22 0.54 0.2 36 0.52 0.58
Hex CC A0 5E 0 16 36 14 24 34 3A
Octal 314 240 136 0 26 66 24 44 64 72
Binary 11001100 10100000 1011110 0 10110 110110 10100 100100 110100 111010

Color Harmonies of #CCA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA05E

Black with #CCA05E

Text Example


Text Example

White with #CCA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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