Html Css Color HEX #CB465F Mandy

📋 copy color: '#CB465F'

red 203 ◦ green 70 ◦ blue 95

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

Shades of Mandy #CB465F

Tints of Mandy #CB465F

RGB

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

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

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

R = 55.16%
G = 19.02%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB465F (or 0xCB465F) is known color: Mandy. HEX triplet: CB, 46 and 5F. RGB value is (203,70,95). Sum of RGB (Red+Green+Blue) = 203+70+95=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB465F is #34B9A0. Grayscale: #707070. Windows color (decimal): -3455393 or 6244043. OLE color: 6244043.

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

Color convert

RGB 203 70 95 -
CMYK 0 0.66 0.53 0.20
HSL 348.72º 0.56% 0.54% -
HSV(B) 348.72º 0.66% 0.8% -
XYZ 28.88 17.9 12.76 -
YUV 112.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 203 70 95 0 0.66 0.53 0.20 348.72 0.56 0.54
Hex CB 46 5F 0 42 35 14 15D 38 36
Octal 313 106 137 0 102 65 24 535 70 66
Binary 11001011 1000110 1011111 0 1000010 110101 10100 101011101 111000 110110

Color Harmonies of #CB465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB465F

Black with #CB465F

Text Example


Text Example

White with #CB465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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