Html Css Color HEX #CB465E Mandy

📋 copy color: '#CB465E'

red 203 ◦ green 70 ◦ blue 94

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

Shades of Mandy #CB465E

Tints of Mandy #CB465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 55.31%
G = 19.07%
B = 25.61%

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

#CB465E (or 0xCB465E) is known color: Mandy. HEX triplet: CB, 46 and 5E. RGB value is (203,70,94). Sum of RGB (Red+Green+Blue) = 203+70+94=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB465E is #34B9A1. Grayscale: #707070. Windows color (decimal): -3455394 or 6178507. OLE color: 6178507.

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

Color convert

RGB 203 70 94 -
CMYK 0 0.66 0.54 0.20
HSL 349.17º 0.56% 0.54% -
HSV(B) 349.17º 0.66% 0.8% -
XYZ 28.84 17.88 12.52 -
YUV 112.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 203 70 94 0 0.66 0.54 0.20 349.17 0.56 0.54
Hex CB 46 5E 0 42 36 14 15D 38 36
Octal 313 106 136 0 102 66 24 535 70 66
Binary 11001011 1000110 1011110 0 1000010 110110 10100 101011101 111000 110110

Color Harmonies of #CB465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB465E

Black with #CB465E

Text Example


Text Example

White with #CB465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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