Html Css Color HEX #CB475B Mandy

📋 copy color: '#CB475B'

red 203 ◦ green 71 ◦ blue 91

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

Shades of Mandy #CB475B

Tints of Mandy #CB475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 55.62%
G = 19.45%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB475B (or 0xCB475B) is known color: Mandy. HEX triplet: CB, 47 and 5B. RGB value is (203,71,91). Sum of RGB (Red+Green+Blue) = 203+71+91=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB475B is #34B8A4. Grayscale: #707070. Windows color (decimal): -3455141 or 5982155. OLE color: 5982155.

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

Color convert

RGB 203 71 91 -
CMYK 0 0.65 0.55 0.20
HSL 350.91º 0.56% 0.54% -
HSV(B) 350.91º 0.65% 0.8% -
XYZ 28.77 17.96 11.85 -
YUV 112.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 203 71 91 0 0.65 0.55 0.20 350.91 0.56 0.54
Hex CB 47 5B 0 41 37 14 15F 38 36
Octal 313 107 133 0 101 67 24 537 70 66
Binary 11001011 1000111 1011011 0 1000001 110111 10100 101011111 111000 110110

Color Harmonies of #CB475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB475B

Black with #CB475B

Text Example


Text Example

White with #CB475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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