Html Css Color HEX #CB575F Mandy

📋 copy color: '#CB575F'

red 203 ◦ green 87 ◦ blue 95

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

Shades of Mandy #CB575F

Tints of Mandy #CB575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 52.73%
G = 22.6%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB575F (or 0xCB575F) is known color: Mandy. HEX triplet: CB, 57 and 5F. RGB value is (203,87,95). Sum of RGB (Red+Green+Blue) = 203+87+95=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB575F is #34A8A0. Grayscale: #7A7A7A. Windows color (decimal): -3451041 or 6248395. OLE color: 6248395.

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

Color convert

RGB 203 87 95 -
CMYK 0 0.57 0.53 0.20
HSL 355.86º 0.53% 0.57% -
HSV(B) 355.86º 0.57% 0.8% -
XYZ 30.1 20.34 13.17 -
YUV 122.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 203 87 95 0 0.57 0.53 0.20 355.86 0.53 0.57
Hex CB 57 5F 0 39 35 14 164 35 39
Octal 313 127 137 0 71 65 24 544 65 71
Binary 11001011 1010111 1011111 0 111001 110101 10100 101100100 110101 111001

Color Harmonies of #CB575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB575F

Black with #CB575F

Text Example


Text Example

White with #CB575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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