Html Css Color HEX #CC483C Grenadier

📋 copy color: '#CC483C'

red 204 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #CC483C

Tints of Grenadier #CC483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 60.71%
G = 21.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC483C (or 0xCC483C) is known color: Grenadier. HEX triplet: CC, 48 and 3C. RGB value is (204,72,60). Sum of RGB (Red+Green+Blue) = 204+72+60=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC483C is #33B7C3. Grayscale: #6E6E6E. Windows color (decimal): -3389380 or 3950796. OLE color: 3950796.

HSL color Cylindrical-coordinate representation of color #CC483C: hue angle of 5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC483C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 60 -
CMYK 0 0.65 0.71 0.2
HSL 0.59% 0.52% -
HSV(B) 0.71% 0.8% -
XYZ 28.03 17.8 6.23 -
YUV 110.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 204 72 60 0 0.65 0.71 0.2 5 0.59 0.52
Hex CC 48 3C 0 41 47 14 5 3B 34
Octal 314 110 74 0 101 107 24 5 73 64
Binary 11001100 1001000 111100 0 1000001 1000111 10100 101 111011 110100

Color Harmonies of #CC483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC483C

Black with #CC483C

Text Example


Text Example

White with #CC483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC483C; }

 p { color: rgb(204,72,60); }

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

background-color css

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

 a { background-color: rgb(204,72,60); }

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

border-color css

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

 span { border-color: rgb(204,72,60); }

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