Html Css Color HEX #CB465D Mandy

📋 copy color: '#CB465D'

red 203 ◦ green 70 ◦ blue 93

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

Shades of Mandy #CB465D

Tints of Mandy #CB465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 55.46%
G = 19.13%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB465D (or 0xCB465D) is known color: Mandy. HEX triplet: CB, 46 and 5D. RGB value is (203,70,93). Sum of RGB (Red+Green+Blue) = 203+70+93=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB465D is #34B9A2. Grayscale: #707070. Windows color (decimal): -3455395 or 6112971. OLE color: 6112971.

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

Color convert

RGB 203 70 93 -
CMYK 0 0.66 0.54 0.20
HSL 349.62º 0.56% 0.54% -
HSV(B) 349.62º 0.66% 0.8% -
XYZ 28.79 17.87 12.29 -
YUV 112.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 203 70 93 0 0.66 0.54 0.20 349.62 0.56 0.54
Hex CB 46 5D 0 42 36 14 15E 38 36
Octal 313 106 135 0 102 66 24 536 70 66
Binary 11001011 1000110 1011101 0 1000010 110110 10100 101011110 111000 110110

Color Harmonies of #CB465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB465D

Black with #CB465D

Text Example


Text Example

White with #CB465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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