Html Css Color HEX #CC984B Tussock

📋 copy color: '#CC984B'

red 204 ◦ green 152 ◦ blue 75

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

Shades of Tussock #CC984B

Tints of Tussock #CC984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 47.33%
G = 35.27%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC984B (or 0xCC984B) is known color: Tussock. HEX triplet: CC, 98 and 4B. RGB value is (204,152,75). Sum of RGB (Red+Green+Blue) = 204+152+75=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC984B is #3367B4. Grayscale: #9F9F9F. Windows color (decimal): -3368885 or 4954316. OLE color: 4954316.

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

Color convert

RGB 204 152 75 -
CMYK 0 0.25 0.63 0.2
HSL 35.81º 0.56% 0.55% -
HSV(B) 35.81º 0.63% 0.8% -
XYZ 37.4 35.8 11.6 -
YUV 158.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 204 152 75 0 0.25 0.63 0.2 35.81 0.56 0.55
Hex CC 98 4B 0 19 3F 14 24 38 37
Octal 314 230 113 0 31 77 24 44 70 67
Binary 11001100 10011000 1001011 0 11001 111111 10100 100100 111000 110111

Color Harmonies of #CC984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC984B

Black with #CC984B

Text Example


Text Example

White with #CC984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC984B; }

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

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

background-color css

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

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

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

border-color css

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

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

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