Html Css Color HEX #CCA140 Sundance

📋 copy color: '#CCA140'

red 204 ◦ green 161 ◦ blue 64

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

Shades of Sundance #CCA140

Tints of Sundance #CCA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 64 (25.39% from 255) = 14.92%

R = 47.55%
G = 37.53%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA140 (or 0xCCA140) is known color: Sundance. HEX triplet: CC, A1 and 40. RGB value is (204,161,64). Sum of RGB (Red+Green+Blue) = 204+161+64=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA140 is #335EBF. Grayscale: #A3A3A3. Windows color (decimal): -3366592 or 4235724. OLE color: 4235724.

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

Color convert

RGB 204 161 64 -
CMYK 0 0.21 0.69 0.2
HSL 41.57º 0.58% 0.53% -
HSV(B) 41.57º 0.69% 0.8% -
XYZ 38.57 38.7 10.29 -
YUV 162.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 204 161 64 0 0.21 0.69 0.2 41.57 0.58 0.53
Hex CC A1 40 0 15 45 14 2A 3A 35
Octal 314 241 100 0 25 105 24 52 72 65
Binary 11001100 10100001 1000000 0 10101 1000101 10100 101010 111010 110101

Color Harmonies of #CCA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA140

Black with #CCA140

Text Example


Text Example

White with #CCA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA140; }

 p { color: rgb(204,161,64); }

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

background-color css

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

 a { background-color: rgb(204,161,64); }

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

border-color css

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

 span { border-color: rgb(204,161,64); }

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