Html Css Color HEX #CC9E48 Sundance

📋 copy color: '#CC9E48'

red 204 ◦ green 158 ◦ blue 72

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

Shades of Sundance #CC9E48

Tints of Sundance #CC9E48

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 47%
G = 36.41%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC9E48 (or 0xCC9E48) is known color: Sundance. HEX triplet: CC, 9E and 48. RGB value is (204,158,72). Sum of RGB (Red+Green+Blue) = 204+158+72=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E48 is #3361B7. Grayscale: #A2A2A2. Windows color (decimal): -3367352 or 4759244. OLE color: 4759244.

HSL color Cylindrical-coordinate representation of color #CC9E48: hue angle of 39.09º degrees, saturation: 0.56, 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 #CC9E48 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 72 -
CMYK 0 0.23 0.65 0.2
HSL 39.09º 0.56% 0.54% -
HSV(B) 39.09º 0.65% 0.8% -
XYZ 38.3 37.76 11.4 -
YUV 161.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 204 158 72 0 0.23 0.65 0.2 39.09 0.56 0.54
Hex CC 9E 48 0 17 41 14 27 38 36
Octal 314 236 110 0 27 101 24 47 70 66
Binary 11001100 10011110 1001000 0 10111 1000001 10100 100111 111000 110110

Color Harmonies of #CC9E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E48

Black with #CC9E48

Text Example


Text Example

White with #CC9E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E48; }

 p { color: rgb(204,158,72); }

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

background-color css

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

 a { background-color: rgb(204,158,72); }

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

border-color css

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

 span { border-color: rgb(204,158,72); }

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