Html Css Color HEX #CCA246 Sundance

📋 copy color: '#CCA246'

red 204 ◦ green 162 ◦ blue 70

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

Shades of Sundance #CCA246

Tints of Sundance #CCA246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 46.79%
G = 37.16%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCA246 (or 0xCCA246) is known color: Sundance. HEX triplet: CC, A2 and 46. RGB value is (204,162,70). Sum of RGB (Red+Green+Blue) = 204+162+70=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA246 is #335DB9. Grayscale: #A4A4A4. Windows color (decimal): -3366330 or 4629196. OLE color: 4629196.

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

Color convert

RGB 204 162 70 -
CMYK 0 0.21 0.66 0.2
HSL 41.19º 0.57% 0.54% -
HSV(B) 41.19º 0.66% 0.8% -
XYZ 38.93 39.12 11.29 -
YUV 164.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 204 162 70 0 0.21 0.66 0.2 41.19 0.57 0.54
Hex CC A2 46 0 15 42 14 29 39 36
Octal 314 242 106 0 25 102 24 51 71 66
Binary 11001100 10100010 1000110 0 10101 1000010 10100 101001 111001 110110

Color Harmonies of #CCA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA246

Black with #CCA246

Text Example


Text Example

White with #CCA246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA246; }

 p { color: rgb(204,162,70); }

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

background-color css

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

 a { background-color: rgb(204,162,70); }

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

border-color css

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

 span { border-color: rgb(204,162,70); }

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