Html Css Color HEX #CB595D Mandy

📋 copy color: '#CB595D'

red 203 ◦ green 89 ◦ blue 93

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

Shades of Mandy #CB595D

Tints of Mandy #CB595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 52.73%
G = 23.12%
B = 24.16%

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

#CB595D (or 0xCB595D) is known color: Mandy. HEX triplet: CB, 59 and 5D. RGB value is (203,89,93). Sum of RGB (Red+Green+Blue) = 203+89+93=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB595D is #34A6A2. Grayscale: #7B7B7B. Windows color (decimal): -3450531 or 6117835. OLE color: 6117835.

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

Color convert

RGB 203 89 93 -
CMYK 0 0.56 0.54 0.20
HSL 357.89º 0.52% 0.57% -
HSV(B) 357.89º 0.56% 0.8% -
XYZ 30.18 20.63 12.75 -
YUV 123.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 203 89 93 0 0.56 0.54 0.20 357.89 0.52 0.57
Hex CB 59 5D 0 38 36 14 166 34 39
Octal 313 131 135 0 70 66 24 546 64 71
Binary 11001011 1011001 1011101 0 111000 110110 10100 101100110 110100 111001

Color Harmonies of #CB595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB595D

Black with #CB595D

Text Example


Text Example

White with #CB595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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