Html Css Color HEX #CB485D Mandy

📋 copy color: '#CB485D'

red 203 ◦ green 72 ◦ blue 93

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

Shades of Mandy #CB485D

Tints of Mandy #CB485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.57%

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

R = 55.16%
G = 19.57%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB485D (or 0xCB485D) is known color: Mandy. HEX triplet: CB, 48 and 5D. RGB value is (203,72,93). Sum of RGB (Red+Green+Blue) = 203+72+93=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB485D is #34B7A2. Grayscale: #717171. Windows color (decimal): -3454883 or 6113483. OLE color: 6113483.

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

Color convert

RGB 203 72 93 -
CMYK 0 0.65 0.54 0.20
HSL 350.38º 0.56% 0.54% -
HSV(B) 350.38º 0.65% 0.8% -
XYZ 28.92 18.12 12.33 -
YUV 113.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 203 72 93 0 0.65 0.54 0.20 350.38 0.56 0.54
Hex CB 48 5D 0 41 36 14 15E 38 36
Octal 313 110 135 0 101 66 24 536 70 66
Binary 11001011 1001000 1011101 0 1000001 110110 10100 101011110 111000 110110

Color Harmonies of #CB485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB485D

Black with #CB485D

Text Example


Text Example

White with #CB485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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