Html Css Color HEX #CB494F Mandy

📋 copy color: '#CB494F'

red 203 ◦ green 73 ◦ blue 79

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

Shades of Mandy #CB494F

Tints of Mandy #CB494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 57.18%
G = 20.56%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB494F (or 0xCB494F) is known color: Mandy. HEX triplet: CB, 49 and 4F. RGB value is (203,73,79). Sum of RGB (Red+Green+Blue) = 203+73+79=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB494F is #34B6B0. Grayscale: #707070. Windows color (decimal): -3454641 or 5196235. OLE color: 5196235.

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

Color convert

RGB 203 73 79 -
CMYK 0 0.64 0.61 0.20
HSL 357.23º 0.56% 0.54% -
HSV(B) 357.23º 0.64% 0.8% -
XYZ 28.42 18.03 9.38 -
YUV 112.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 203 73 79 0 0.64 0.61 0.20 357.23 0.56 0.54
Hex CB 49 4F 0 40 3D 14 165 38 36
Octal 313 111 117 0 100 75 24 545 70 66
Binary 11001011 1001001 1001111 0 1000000 111101 10100 101100101 111000 110110

Color Harmonies of #CB494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB494F

Black with #CB494F

Text Example


Text Example

White with #CB494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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