Html Css Color HEX #CB595F Mandy

📋 copy color: '#CB595F'

red 203 ◦ green 89 ◦ blue 95

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

Shades of Mandy #CB595F

Tints of Mandy #CB595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 52.45%
G = 23%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB595F (or 0xCB595F) is known color: Mandy. HEX triplet: CB, 59 and 5F. RGB value is (203,89,95). Sum of RGB (Red+Green+Blue) = 203+89+95=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB595F is #34A6A0. Grayscale: #7B7B7B. Windows color (decimal): -3450529 or 6248907. OLE color: 6248907.

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

Color convert

RGB 203 89 95 -
CMYK 0 0.56 0.53 0.20
HSL 356.84º 0.52% 0.57% -
HSV(B) 356.84º 0.56% 0.8% -
XYZ 30.27 20.67 13.22 -
YUV 123.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 203 89 95 0 0.56 0.53 0.20 356.84 0.52 0.57
Hex CB 59 5F 0 38 35 14 165 34 39
Octal 313 131 137 0 70 65 24 545 64 71
Binary 11001011 1011001 1011111 0 111000 110101 10100 101100101 110100 111001

Color Harmonies of #CB595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB595F

Black with #CB595F

Text Example


Text Example

White with #CB595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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