Html Css Color HEX #CC463E Grenadier

📋 copy color: '#CC463E'

red 204 ◦ green 70 ◦ blue 62

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

Shades of Grenadier #CC463E

Tints of Grenadier #CC463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 60.71%
G = 20.83%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC463E (or 0xCC463E) is known color: Grenadier. HEX triplet: CC, 46 and 3E. RGB value is (204,70,62). Sum of RGB (Red+Green+Blue) = 204+70+62=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC463E is #33B9C1. Grayscale: #6D6D6D. Windows color (decimal): -3389890 or 4081356. OLE color: 4081356.

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

Color convert

RGB 204 70 62 -
CMYK 0 0.66 0.70 0.2
HSL 3.38º 0.58% 0.52% -
HSV(B) 3.38º 0.7% 0.8% -
XYZ 27.96 17.57 6.47 -
YUV 109.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 204 70 62 0 0.66 0.70 0.2 3.38 0.58 0.52
Hex CC 46 3E 0 42 46 14 3 3A 34
Octal 314 106 76 0 102 106 24 3 72 64
Binary 11001100 1000110 111110 0 1000010 1000110 10100 11 111010 110100

Color Harmonies of #CC463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC463E

Black with #CC463E

Text Example


Text Example

White with #CC463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC463E; }

 p { color: rgb(204,70,62); }

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

background-color css

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

 a { background-color: rgb(204,70,62); }

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

border-color css

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

 span { border-color: rgb(204,70,62); }

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