Html Css Color HEX #CB494B Mandy

📋 copy color: '#CB494B'

red 203 ◦ green 73 ◦ blue 75

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

Shades of Mandy #CB494B

Tints of Mandy #CB494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 57.83%
G = 20.8%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB494B (or 0xCB494B) is known color: Mandy. HEX triplet: CB, 49 and 4B. RGB value is (203,73,75). Sum of RGB (Red+Green+Blue) = 203+73+75=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB494B is #34B6B4. Grayscale: #707070. Windows color (decimal): -3454645 or 4934091. OLE color: 4934091.

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

Color convert

RGB 203 73 75 -
CMYK 0 0.64 0.63 0.20
HSL 359.08º 0.56% 0.54% -
HSV(B) 359.08º 0.64% 0.8% -
XYZ 28.28 17.97 8.63 -
YUV 112.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 203 73 75 0 0.64 0.63 0.20 359.08 0.56 0.54
Hex CB 49 4B 0 40 3F 14 167 38 36
Octal 313 111 113 0 100 77 24 547 70 66
Binary 11001011 1001001 1001011 0 1000000 111111 10100 101100111 111000 110110

Color Harmonies of #CB494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB494B

Black with #CB494B

Text Example


Text Example

White with #CB494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB494B; }

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

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

background-color css

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

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

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

border-color css

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

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

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