Html Css Color HEX #CB493B Grenadier

📋 copy color: '#CB493B'

red 203 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #CB493B

Tints of Grenadier #CB493B

RGB

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

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

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

R = 60.6%
G = 21.79%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB493B (or 0xCB493B) is known color: Grenadier. HEX triplet: CB, 49 and 3B. RGB value is (203,73,59). Sum of RGB (Red+Green+Blue) = 203+73+59=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB493B is #34B6C4. Grayscale: #6E6E6E. Windows color (decimal): -3454661 or 3885515. OLE color: 3885515.

HSL color Cylindrical-coordinate representation of color #CB493B: hue angle of 5.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB493B is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 59 -
CMYK 0 0.64 0.71 0.20
HSL 5.83º 0.58% 0.51% -
HSV(B) 5.83º 0.71% 0.8% -
XYZ 27.8 17.78 6.1 -
YUV 110.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 203 73 59 0 0.64 0.71 0.20 5.83 0.58 0.51
Hex CB 49 3B 0 40 47 14 6 3A 33
Octal 313 111 73 0 100 107 24 6 72 63
Binary 11001011 1001001 111011 0 1000000 1000111 10100 110 111010 110011

Color Harmonies of #CB493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB493B

Black with #CB493B

Text Example


Text Example

White with #CB493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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