Html Css Color HEX #CB5B65 Mandy

📋 copy color: '#CB5B65'

red 203 ◦ green 91 ◦ blue 101

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

Shades of Mandy #CB5B65

Tints of Mandy #CB5B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 51.39%
G = 23.04%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5B65 (or 0xCB5B65) is known color: Mandy. HEX triplet: CB, 5B and 65. RGB value is (203,91,101). Sum of RGB (Red+Green+Blue) = 203+91+101=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B65 is #34A49A. Grayscale: #7D7D7D. Windows color (decimal): -3450011 or 6642635. OLE color: 6642635.

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

Color convert

RGB 203 91 101 -
CMYK 0 0.55 0.50 0.20
HSL 354.64º 0.52% 0.58% -
HSV(B) 354.64º 0.55% 0.8% -
XYZ 30.72 21.12 14.77 -
YUV 125.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 203 91 101 0 0.55 0.50 0.20 354.64 0.52 0.58
Hex CB 5B 65 0 37 32 14 163 34 3A
Octal 313 133 145 0 67 62 24 543 64 72
Binary 11001011 1011011 1100101 0 110111 110010 10100 101100011 110100 111010

Color Harmonies of #CB5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B65

Black with #CB5B65

Text Example


Text Example

White with #CB5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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