Html Css Color HEX #CB5D65 Mandy

📋 copy color: '#CB5D65'

red 203 ◦ green 93 ◦ blue 101

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

Shades of Mandy #CB5D65

Tints of Mandy #CB5D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

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

R = 51.13%
G = 23.43%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5D65 (or 0xCB5D65) is known color: Mandy. HEX triplet: CB, 5D and 65. RGB value is (203,93,101). Sum of RGB (Red+Green+Blue) = 203+93+101=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D65 is #34A29A. Grayscale: #7E7E7E. Windows color (decimal): -3449499 or 6643147. OLE color: 6643147.

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

Color convert

RGB 203 93 101 -
CMYK 0 0.54 0.50 0.20
HSL 355.64º 0.51% 0.58% -
HSV(B) 355.64º 0.54% 0.8% -
XYZ 30.89 21.46 14.83 -
YUV 126.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 203 93 101 0 0.54 0.50 0.20 355.64 0.51 0.58
Hex CB 5D 65 0 36 32 14 164 33 3A
Octal 313 135 145 0 66 62 24 544 63 72
Binary 11001011 1011101 1100101 0 110110 110010 10100 101100100 110011 111010

Color Harmonies of #CB5D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D65

Black with #CB5D65

Text Example


Text Example

White with #CB5D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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