Html Css Color HEX #CC944C Tussock

📋 copy color: '#CC944C'

red 204 ◦ green 148 ◦ blue 76

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

Shades of Tussock #CC944C

Tints of Tussock #CC944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 76 (30.08% from 255) = 17.76%

R = 47.66%
G = 34.58%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC944C (or 0xCC944C) is known color: Tussock. HEX triplet: CC, 94 and 4C. RGB value is (204,148,76). Sum of RGB (Red+Green+Blue) = 204+148+76=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC944C is #336BB3. Grayscale: #9C9C9C. Windows color (decimal): -3369908 or 5018828. OLE color: 5018828.

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

Color convert

RGB 204 148 76 -
CMYK 0 0.27 0.63 0.2
HSL 33.75º 0.56% 0.55% -
HSV(B) 33.75º 0.63% 0.8% -
XYZ 36.8 34.54 11.56 -
YUV 156.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 204 148 76 0 0.27 0.63 0.2 33.75 0.56 0.55
Hex CC 94 4C 0 1B 3F 14 22 38 37
Octal 314 224 114 0 33 77 24 42 70 67
Binary 11001100 10010100 1001100 0 11011 111111 10100 100010 111000 110111

Color Harmonies of #CC944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC944C

Black with #CC944C

Text Example


Text Example

White with #CC944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC944C; }

 p { color: rgb(204,148,76); }

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

background-color css

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

 a { background-color: rgb(204,148,76); }

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

border-color css

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

 span { border-color: rgb(204,148,76); }

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