Html Css Color HEX #CC463F Grenadier

📋 copy color: '#CC463F'

red 204 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #CC463F

Tints of Grenadier #CC463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 60.53%
G = 20.77%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC463F (or 0xCC463F) is known color: Grenadier. HEX triplet: CC, 46 and 3F. RGB value is (204,70,63). Sum of RGB (Red+Green+Blue) = 204+70+63=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC463F is #33B9C0. Grayscale: #6D6D6D. Windows color (decimal): -3389889 or 4146892. OLE color: 4146892.

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

Color convert

RGB 204 70 63 -
CMYK 0 0.66 0.69 0.2
HSL 2.98º 0.58% 0.52% -
HSV(B) 2.98º 0.69% 0.8% -
XYZ 27.99 17.58 6.62 -
YUV 109.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 204 70 63 0 0.66 0.69 0.2 2.98 0.58 0.52
Hex CC 46 3F 0 42 45 14 3 3A 34
Octal 314 106 77 0 102 105 24 3 72 64
Binary 11001100 1000110 111111 0 1000010 1000101 10100 11 111010 110100

Color Harmonies of #CC463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC463F

Black with #CC463F

Text Example


Text Example

White with #CC463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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