Html Css Color HEX #CB575D Mandy

📋 copy color: '#CB575D'

red 203 ◦ green 87 ◦ blue 93

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

Shades of Mandy #CB575D

Tints of Mandy #CB575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 53%
G = 22.72%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB575D (or 0xCB575D) is known color: Mandy. HEX triplet: CB, 57 and 5D. RGB value is (203,87,93). Sum of RGB (Red+Green+Blue) = 203+87+93=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB575D is #34A8A2. Grayscale: #7A7A7A. Windows color (decimal): -3451043 or 6117323. OLE color: 6117323.

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

Color convert

RGB 203 87 93 -
CMYK 0 0.57 0.54 0.20
HSL 356.9º 0.53% 0.57% -
HSV(B) 356.9º 0.57% 0.8% -
XYZ 30.01 20.3 12.69 -
YUV 122.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 203 87 93 0 0.57 0.54 0.20 356.9 0.53 0.57
Hex CB 57 5D 0 39 36 14 165 35 39
Octal 313 127 135 0 71 66 24 545 65 71
Binary 11001011 1010111 1011101 0 111001 110110 10100 101100101 110101 111001

Color Harmonies of #CB575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB575D

Black with #CB575D

Text Example


Text Example

White with #CB575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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