Html Css Color HEX #CB493E Grenadier

📋 copy color: '#CB493E'

red 203 ◦ green 73 ◦ blue 62

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

Shades of Grenadier #CB493E

Tints of Grenadier #CB493E

RGB

 RED value IS 203 (79.69% from 255) = 60.06%

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 60.06%
G = 21.6%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB493E (or 0xCB493E) is known color: Grenadier. HEX triplet: CB, 49 and 3E. RGB value is (203,73,62). Sum of RGB (Red+Green+Blue) = 203+73+62=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB493E is #34B6C1. Grayscale: #6E6E6E. Windows color (decimal): -3454658 or 4082123. OLE color: 4082123.

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

Color convert

RGB 203 73 62 -
CMYK 0 0.64 0.69 0.20
HSL 4.68º 0.58% 0.52% -
HSV(B) 4.68º 0.69% 0.8% -
XYZ 27.88 17.81 6.53 -
YUV 110.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 203 73 62 0 0.64 0.69 0.20 4.68 0.58 0.52
Hex CB 49 3E 0 40 45 14 5 3A 34
Octal 313 111 76 0 100 105 24 5 72 64
Binary 11001011 1001001 111110 0 1000000 1000101 10100 101 111010 110100

Color Harmonies of #CB493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB493E

Black with #CB493E

Text Example


Text Example

White with #CB493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB493E; }

 p { color: rgb(203,73,62); }

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

background-color css

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

 a { background-color: rgb(203,73,62); }

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

border-color css

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

 span { border-color: rgb(203,73,62); }

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