Html Css Color HEX #CB565F Mandy

📋 copy color: '#CB565F'

red 203 ◦ green 86 ◦ blue 95

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

Shades of Mandy #CB565F

Tints of Mandy #CB565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 52.86%
G = 22.4%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB565F (or 0xCB565F) is known color: Mandy. HEX triplet: CB, 56 and 5F. RGB value is (203,86,95). Sum of RGB (Red+Green+Blue) = 203+86+95=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB565F is #34A9A0. Grayscale: #7A7A7A. Windows color (decimal): -3451297 or 6248139. OLE color: 6248139.

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

Color convert

RGB 203 86 95 -
CMYK 0 0.58 0.53 0.20
HSL 355.38º 0.53% 0.57% -
HSV(B) 355.38º 0.58% 0.8% -
XYZ 30.02 20.18 13.14 -
YUV 122.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 203 86 95 0 0.58 0.53 0.20 355.38 0.53 0.57
Hex CB 56 5F 0 3A 35 14 163 35 39
Octal 313 126 137 0 72 65 24 543 65 71
Binary 11001011 1010110 1011111 0 111010 110101 10100 101100011 110101 111001

Color Harmonies of #CB565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB565F

Black with #CB565F

Text Example


Text Example

White with #CB565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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