Html Css Color HEX #CB4A5E Mandy

📋 copy color: '#CB4A5E'

red 203 ◦ green 74 ◦ blue 94

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

Shades of Mandy #CB4A5E

Tints of Mandy #CB4A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 54.72%
G = 19.95%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB4A5E (or 0xCB4A5E) is known color: Mandy. HEX triplet: CB, 4A and 5E. RGB value is (203,74,94). Sum of RGB (Red+Green+Blue) = 203+74+94=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A5E is #34B5A1. Grayscale: #727272. Windows color (decimal): -3454370 or 6179531. OLE color: 6179531.

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

Color convert

RGB 203 74 94 -
CMYK 0 0.64 0.54 0.20
HSL 350.7º 0.55% 0.54% -
HSV(B) 350.7º 0.64% 0.8% -
XYZ 29.1 18.4 12.61 -
YUV 114.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 203 74 94 0 0.64 0.54 0.20 350.7 0.55 0.54
Hex CB 4A 5E 0 40 36 14 15F 37 36
Octal 313 112 136 0 100 66 24 537 67 66
Binary 11001011 1001010 1011110 0 1000000 110110 10100 101011111 110111 110110

Color Harmonies of #CB4A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A5E

Black with #CB4A5E

Text Example


Text Example

White with #CB4A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A5E; }

 p { color: rgb(203,74,94); }

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

background-color css

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

 a { background-color: rgb(203,74,94); }

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

border-color css

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

 span { border-color: rgb(203,74,94); }

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