Html Css Color HEX #CC924D Tussock

📋 copy color: '#CC924D'

red 204 ◦ green 146 ◦ blue 77

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

Shades of Tussock #CC924D

Tints of Tussock #CC924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.19%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 47.78%
G = 34.19%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC924D (or 0xCC924D) is known color: Tussock. HEX triplet: CC, 92 and 4D. RGB value is (204,146,77). Sum of RGB (Red+Green+Blue) = 204+146+77=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC924D is #336DB2. Grayscale: #9B9B9B. Windows color (decimal): -3370419 or 5083852. OLE color: 5083852.

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

Color convert

RGB 204 146 77 -
CMYK 0 0.28 0.62 0.2
HSL 32.6º 0.55% 0.55% -
HSV(B) 32.6º 0.62% 0.8% -
XYZ 36.52 33.93 11.65 -
YUV 155.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 204 146 77 0 0.28 0.62 0.2 32.6 0.55 0.55
Hex CC 92 4D 0 1C 3E 14 21 37 37
Octal 314 222 115 0 34 76 24 41 67 67
Binary 11001100 10010010 1001101 0 11100 111110 10100 100001 110111 110111

Color Harmonies of #CC924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC924D

Black with #CC924D

Text Example


Text Example

White with #CC924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC924D; }

 p { color: rgb(204,146,77); }

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

background-color css

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

 a { background-color: rgb(204,146,77); }

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

border-color css

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

 span { border-color: rgb(204,146,77); }

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