Html Css Color HEX #CCA04A Sundance

📋 copy color: '#CCA04A'

red 204 ◦ green 160 ◦ blue 74

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

Shades of Sundance #CCA04A

Tints of Sundance #CCA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 46.58%
G = 36.53%
B = 16.89%

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

#CCA04A (or 0xCCA04A) is known color: Sundance. HEX triplet: CC, A0 and 4A. RGB value is (204,160,74). Sum of RGB (Red+Green+Blue) = 204+160+74=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA04A is #335FB5. Grayscale: #A3A3A3. Windows color (decimal): -3366838 or 4890828. OLE color: 4890828.

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

Color convert

RGB 204 160 74 -
CMYK 0 0.22 0.64 0.2
HSL 39.69º 0.56% 0.55% -
HSV(B) 39.69º 0.64% 0.8% -
XYZ 38.71 38.47 11.86 -
YUV 163.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 204 160 74 0 0.22 0.64 0.2 39.69 0.56 0.55
Hex CC A0 4A 0 16 40 14 28 38 37
Octal 314 240 112 0 26 100 24 50 70 67
Binary 11001100 10100000 1001010 0 10110 1000000 10100 101000 111000 110111

Color Harmonies of #CCA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA04A

Black with #CCA04A

Text Example


Text Example

White with #CCA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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