Html Css Color HEX #CC483D Grenadier

📋 copy color: '#CC483D'

red 204 ◦ green 72 ◦ blue 61

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

Shades of Grenadier #CC483D

Tints of Grenadier #CC483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 60.53%
G = 21.36%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC483D (or 0xCC483D) is known color: Grenadier. HEX triplet: CC, 48 and 3D. RGB value is (204,72,61). Sum of RGB (Red+Green+Blue) = 204+72+61=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC483D is #33B7C2. Grayscale: #6E6E6E. Windows color (decimal): -3389379 or 4016332. OLE color: 4016332.

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

Color convert

RGB 204 72 61 -
CMYK 0 0.65 0.70 0.2
HSL 4.62º 0.58% 0.52% -
HSV(B) 4.62º 0.7% 0.8% -
XYZ 28.06 17.81 6.37 -
YUV 110.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 204 72 61 0 0.65 0.70 0.2 4.62 0.58 0.52
Hex CC 48 3D 0 41 46 14 5 3A 34
Octal 314 110 75 0 101 106 24 5 72 64
Binary 11001100 1001000 111101 0 1000001 1000110 10100 101 111010 110100

Color Harmonies of #CC483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC483D

Black with #CC483D

Text Example


Text Example

White with #CC483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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