Html Css Color HEX #CC483A Grenadier

📋 copy color: '#CC483A'

red 204 ◦ green 72 ◦ blue 58

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

Shades of Grenadier #CC483A

Tints of Grenadier #CC483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 61.08%
G = 21.56%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC483A (or 0xCC483A) is known color: Grenadier. HEX triplet: CC, 48 and 3A. RGB value is (204,72,58). Sum of RGB (Red+Green+Blue) = 204+72+58=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC483A is #33B7C5. Grayscale: #6E6E6E. Windows color (decimal): -3389382 or 3819724. OLE color: 3819724.

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

Color convert

RGB 204 72 58 -
CMYK 0 0.65 0.72 0.2
HSL 5.75º 0.59% 0.51% -
HSV(B) 5.75º 0.72% 0.8% -
XYZ 27.98 17.78 5.96 -
YUV 109.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 204 72 58 0 0.65 0.72 0.2 5.75 0.59 0.51
Hex CC 48 3A 0 41 48 14 6 3B 33
Octal 314 110 72 0 101 110 24 6 73 63
Binary 11001100 1001000 111010 0 1000001 1001000 10100 110 111011 110011

Color Harmonies of #CC483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC483A

Black with #CC483A

Text Example


Text Example

White with #CC483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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