Html Css Color HEX #CCA049 Sundance

📋 copy color: '#CCA049'

red 204 ◦ green 160 ◦ blue 73

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

Shades of Sundance #CCA049

Tints of Sundance #CCA049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.7%

R = 46.68%
G = 36.61%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA049 (or 0xCCA049) is known color: Sundance. HEX triplet: CC, A0 and 49. RGB value is (204,160,73). Sum of RGB (Red+Green+Blue) = 204+160+73=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA049 is #335FB6. Grayscale: #A3A3A3. Windows color (decimal): -3366839 or 4825292. OLE color: 4825292.

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

Color convert

RGB 204 160 73 -
CMYK 0 0.22 0.64 0.2
HSL 39.85º 0.56% 0.54% -
HSV(B) 39.85º 0.64% 0.8% -
XYZ 38.68 38.46 11.69 -
YUV 163.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 204 160 73 0 0.22 0.64 0.2 39.85 0.56 0.54
Hex CC A0 49 0 16 40 14 28 38 36
Octal 314 240 111 0 26 100 24 50 70 66
Binary 11001100 10100000 1001001 0 10110 1000000 10100 101000 111000 110110

Color Harmonies of #CCA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA049

Black with #CCA049

Text Example


Text Example

White with #CCA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA049; }

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

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

background-color css

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

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

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

border-color css

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

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

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