Html Css Color HEX #CC9F47 Sundance

📋 copy color: '#CC9F47'

red 204 ◦ green 159 ◦ blue 71

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

Shades of Sundance #CC9F47

Tints of Sundance #CC9F47

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

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

R = 47%
G = 36.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC9F47 (or 0xCC9F47) is known color: Sundance. HEX triplet: CC, 9F and 47. RGB value is (204,159,71). Sum of RGB (Red+Green+Blue) = 204+159+71=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F47 is #3360B8. Grayscale: #A2A2A2. Windows color (decimal): -3367097 or 4693964. OLE color: 4693964.

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

Color convert

RGB 204 159 71 -
CMYK 0 0.22 0.65 0.2
HSL 39.7º 0.57% 0.54% -
HSV(B) 39.7º 0.65% 0.8% -
XYZ 38.44 38.09 11.29 -
YUV 162.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 204 159 71 0 0.22 0.65 0.2 39.7 0.57 0.54
Hex CC 9F 47 0 16 41 14 28 39 36
Octal 314 237 107 0 26 101 24 50 71 66
Binary 11001100 10011111 1000111 0 10110 1000001 10100 101000 111001 110110

Color Harmonies of #CC9F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F47

Black with #CC9F47

Text Example


Text Example

White with #CC9F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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