Html Css Color HEX #CB5964 Mandy

📋 copy color: '#CB5964'

red 203 ◦ green 89 ◦ blue 100

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

Shades of Mandy #CB5964

Tints of Mandy #CB5964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 51.79%
G = 22.7%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB5964 (or 0xCB5964) is known color: Mandy. HEX triplet: CB, 59 and 64. RGB value is (203,89,100). Sum of RGB (Red+Green+Blue) = 203+89+100=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5964 is #34A69B. Grayscale: #7C7C7C. Windows color (decimal): -3450524 or 6576587. OLE color: 6576587.

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

Color convert

RGB 203 89 100 -
CMYK 0 0.56 0.51 0.20
HSL 354.21º 0.52% 0.57% -
HSV(B) 354.21º 0.56% 0.8% -
XYZ 30.5 20.76 14.46 -
YUV 124.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 203 89 100 0 0.56 0.51 0.20 354.21 0.52 0.57
Hex CB 59 64 0 38 33 14 162 34 39
Octal 313 131 144 0 70 63 24 542 64 71
Binary 11001011 1011001 1100100 0 111000 110011 10100 101100010 110100 111001

Color Harmonies of #CB5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5964

Black with #CB5964

Text Example


Text Example

White with #CB5964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5964; }

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

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

background-color css

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

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

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

border-color css

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

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

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