Html Css Color HEX #CC944A Tussock

📋 copy color: '#CC944A'

red 204 ◦ green 148 ◦ blue 74

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

Shades of Tussock #CC944A

Tints of Tussock #CC944A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 47.89%
G = 34.74%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC944A (or 0xCC944A) is known color: Tussock. HEX triplet: CC, 94 and 4A. RGB value is (204,148,74). Sum of RGB (Red+Green+Blue) = 204+148+74=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC944A is #336BB5. Grayscale: #9C9C9C. Windows color (decimal): -3369910 or 4887756. OLE color: 4887756.

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

Color convert

RGB 204 148 74 -
CMYK 0 0.27 0.64 0.2
HSL 34.15º 0.56% 0.55% -
HSV(B) 34.15º 0.64% 0.8% -
XYZ 36.73 34.51 11.2 -
YUV 156.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 204 148 74 0 0.27 0.64 0.2 34.15 0.56 0.55
Hex CC 94 4A 0 1B 40 14 22 38 37
Octal 314 224 112 0 33 100 24 42 70 67
Binary 11001100 10010100 1001010 0 11011 1000000 10100 100010 111000 110111

Color Harmonies of #CC944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC944A

Black with #CC944A

Text Example


Text Example

White with #CC944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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