Html Css Color HEX #CB595E Mandy

📋 copy color: '#CB595E'

red 203 ◦ green 89 ◦ blue 94

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

Shades of Mandy #CB595E

Tints of Mandy #CB595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

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

R = 52.59%
G = 23.06%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB595E (or 0xCB595E) is known color: Mandy. HEX triplet: CB, 59 and 5E. RGB value is (203,89,94). Sum of RGB (Red+Green+Blue) = 203+89+94=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB595E is #34A6A1. Grayscale: #7B7B7B. Windows color (decimal): -3450530 or 6183371. OLE color: 6183371.

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

Color convert

RGB 203 89 94 -
CMYK 0 0.56 0.54 0.20
HSL 357.37º 0.52% 0.57% -
HSV(B) 357.37º 0.56% 0.8% -
XYZ 30.22 20.65 12.98 -
YUV 123.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 203 89 94 0 0.56 0.54 0.20 357.37 0.52 0.57
Hex CB 59 5E 0 38 36 14 165 34 39
Octal 313 131 136 0 70 66 24 545 64 71
Binary 11001011 1011001 1011110 0 111000 110110 10100 101100101 110100 111001

Color Harmonies of #CB595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB595E

Black with #CB595E

Text Example


Text Example

White with #CB595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB595E; }

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

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

background-color css

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

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

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

border-color css

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

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

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