Html Css Color HEX #CB475E Mandy

📋 copy color: '#CB475E'

red 203 ◦ green 71 ◦ blue 94

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

Shades of Mandy #CB475E

Tints of Mandy #CB475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 55.16%
G = 19.29%
B = 25.54%

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

#CB475E (or 0xCB475E) is known color: Mandy. HEX triplet: CB, 47 and 5E. RGB value is (203,71,94). Sum of RGB (Red+Green+Blue) = 203+71+94=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB475E is #34B8A1. Grayscale: #717171. Windows color (decimal): -3455138 or 6178763. OLE color: 6178763.

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

Color convert

RGB 203 71 94 -
CMYK 0 0.65 0.54 0.20
HSL 349.55º 0.56% 0.54% -
HSV(B) 349.55º 0.65% 0.8% -
XYZ 28.9 18.01 12.54 -
YUV 113.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 203 71 94 0 0.65 0.54 0.20 349.55 0.56 0.54
Hex CB 47 5E 0 41 36 14 15E 38 36
Octal 313 107 136 0 101 66 24 536 70 66
Binary 11001011 1000111 1011110 0 1000001 110110 10100 101011110 111000 110110

Color Harmonies of #CB475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB475E

Black with #CB475E

Text Example


Text Example

White with #CB475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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