Html Css Color HEX #CC4A3B Grenadier

📋 copy color: '#CC4A3B'

red 204 ◦ green 74 ◦ blue 59

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

Shades of Grenadier #CC4A3B

Tints of Grenadier #CC4A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 60.53%
G = 21.96%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC4A3B (or 0xCC4A3B) is known color: Grenadier. HEX triplet: CC, 4A and 3B. RGB value is (204,74,59). Sum of RGB (Red+Green+Blue) = 204+74+59=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A3B is #33B5C4. Grayscale: #6F6F6F. Windows color (decimal): -3388869 or 3885772. OLE color: 3885772.

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

Color convert

RGB 204 74 59 -
CMYK 0 0.64 0.71 0.2
HSL 6.21º 0.59% 0.52% -
HSV(B) 6.21º 0.71% 0.8% -
XYZ 28.14 18.05 6.14 -
YUV 111.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 204 74 59 0 0.64 0.71 0.2 6.21 0.59 0.52
Hex CC 4A 3B 0 40 47 14 6 3B 34
Octal 314 112 73 0 100 107 24 6 73 64
Binary 11001100 1001010 111011 0 1000000 1000111 10100 110 111011 110100

Color Harmonies of #CC4A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A3B

Black with #CC4A3B

Text Example


Text Example

White with #CC4A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A3B; }

 p { color: rgb(204,74,59); }

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

background-color css

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

 a { background-color: rgb(204,74,59); }

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

border-color css

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

 span { border-color: rgb(204,74,59); }

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