Html Css Color HEX #CB5F65 Mandy

📋 copy color: '#CB5F65'

red 203 ◦ green 95 ◦ blue 101

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

Shades of Mandy #CB5F65

Tints of Mandy #CB5F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 50.88%
G = 23.81%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5F65 (or 0xCB5F65) is known color: Mandy. HEX triplet: CB, 5F and 65. RGB value is (203,95,101). Sum of RGB (Red+Green+Blue) = 203+95+101=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F65 is #34A09A. Grayscale: #808080. Windows color (decimal): -3448987 or 6643659. OLE color: 6643659.

HSL color Cylindrical-coordinate representation of color #CB5F65: hue angle of 356.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5F65 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 95 101 -
CMYK 0 0.53 0.50 0.20
HSL 356.67º 0.51% 0.58% -
HSV(B) 356.67º 0.53% 0.8% -
XYZ 31.07 21.82 14.89 -
YUV 127.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 203 95 101 0 0.53 0.50 0.20 356.67 0.51 0.58
Hex CB 5F 65 0 35 32 14 165 33 3A
Octal 313 137 145 0 65 62 24 545 63 72
Binary 11001011 1011111 1100101 0 110101 110010 10100 101100101 110011 111010

Color Harmonies of #CB5F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F65

Black with #CB5F65

Text Example


Text Example

White with #CB5F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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