Html Css Color HEX #CC9649 Tussock

📋 copy color: '#CC9649'

red 204 ◦ green 150 ◦ blue 73

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

Shades of Tussock #CC9649

Tints of Tussock #CC9649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 47.78%
G = 35.13%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC9649 (or 0xCC9649) is known color: Tussock. HEX triplet: CC, 96 and 49. RGB value is (204,150,73). Sum of RGB (Red+Green+Blue) = 204+150+73=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9649 is #3369B6. Grayscale: #9D9D9D. Windows color (decimal): -3369399 or 4822732. OLE color: 4822732.

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

Color convert

RGB 204 150 73 -
CMYK 0 0.26 0.64 0.2
HSL 35.27º 0.56% 0.54% -
HSV(B) 35.27º 0.64% 0.8% -
XYZ 37.01 35.13 11.13 -
YUV 157.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 204 150 73 0 0.26 0.64 0.2 35.27 0.56 0.54
Hex CC 96 49 0 1A 40 14 23 38 36
Octal 314 226 111 0 32 100 24 43 70 66
Binary 11001100 10010110 1001001 0 11010 1000000 10100 100011 111000 110110

Color Harmonies of #CC9649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9649

Black with #CC9649

Text Example


Text Example

White with #CC9649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9649; }

 p { color: rgb(204,150,73); }

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

background-color css

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

 a { background-color: rgb(204,150,73); }

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

border-color css

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

 span { border-color: rgb(204,150,73); }

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