Html Css Color HEX #CC984A Tussock

📋 copy color: '#CC984A'

red 204 ◦ green 152 ◦ blue 74

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

Shades of Tussock #CC984A

Tints of Tussock #CC984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.35%

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

R = 47.44%
G = 35.35%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC984A (or 0xCC984A) is known color: Tussock. HEX triplet: CC, 98 and 4A. RGB value is (204,152,74). Sum of RGB (Red+Green+Blue) = 204+152+74=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC984A is #3367B5. Grayscale: #9F9F9F. Windows color (decimal): -3368886 or 4888780. OLE color: 4888780.

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

Color convert

RGB 204 152 74 -
CMYK 0 0.25 0.64 0.2
HSL 36º 0.56% 0.55% -
HSV(B) 36º 0.64% 0.8% -
XYZ 37.37 35.79 11.42 -
YUV 158.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 204 152 74 0 0.25 0.64 0.2 36 0.56 0.55
Hex CC 98 4A 0 19 40 14 24 38 37
Octal 314 230 112 0 31 100 24 44 70 67
Binary 11001100 10011000 1001010 0 11001 1000000 10100 100100 111000 110111

Color Harmonies of #CC984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC984A

Black with #CC984A

Text Example


Text Example

White with #CC984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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