Html Css Color HEX #CCA147 Sundance

📋 copy color: '#CCA147'

red 204 ◦ green 161 ◦ blue 71

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

Shades of Sundance #CCA147

Tints of Sundance #CCA147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.28%

R = 46.79%
G = 36.93%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA147 (or 0xCCA147) is known color: Sundance. HEX triplet: CC, A1 and 47. RGB value is (204,161,71). Sum of RGB (Red+Green+Blue) = 204+161+71=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA147 is #335EB8. Grayscale: #A4A4A4. Windows color (decimal): -3366585 or 4694476. OLE color: 4694476.

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

Color convert

RGB 204 161 71 -
CMYK 0 0.21 0.65 0.2
HSL 40.6º 0.57% 0.54% -
HSV(B) 40.6º 0.65% 0.8% -
XYZ 38.78 38.78 11.4 -
YUV 163.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 204 161 71 0 0.21 0.65 0.2 40.6 0.57 0.54
Hex CC A1 47 0 15 41 14 29 39 36
Octal 314 241 107 0 25 101 24 51 71 66
Binary 11001100 10100001 1000111 0 10101 1000001 10100 101001 111001 110110

Color Harmonies of #CCA147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA147

Black with #CCA147

Text Example


Text Example

White with #CCA147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA147; }

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

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

background-color css

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

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

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

border-color css

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

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

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