Html Css Color HEX #CB4D51 Mandy

📋 copy color: '#CB4D51'

red 203 ◦ green 77 ◦ blue 81

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

Shades of Mandy #CB4D51

Tints of Mandy #CB4D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 81 (32.03% from 255) = 22.44%

R = 56.23%
G = 21.33%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB4D51 (or 0xCB4D51) is known color: Mandy. HEX triplet: CB, 4D and 51. RGB value is (203,77,81). Sum of RGB (Red+Green+Blue) = 203+77+81=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D51 is #34B2AE. Grayscale: #737373. Windows color (decimal): -3453615 or 5328331. OLE color: 5328331.

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

Color convert

RGB 203 77 81 -
CMYK 0 0.62 0.60 0.20
HSL 358.1º 0.55% 0.55% -
HSV(B) 358.1º 0.62% 0.8% -
XYZ 28.77 18.6 9.86 -
YUV 115.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 203 77 81 0 0.62 0.60 0.20 358.1 0.55 0.55
Hex CB 4D 51 0 3E 3C 14 166 37 37
Octal 313 115 121 0 76 74 24 546 67 67
Binary 11001011 1001101 1010001 0 111110 111100 10100 101100110 110111 110111

Color Harmonies of #CB4D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D51

Black with #CB4D51

Text Example


Text Example

White with #CB4D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D51; }

 p { color: rgb(203,77,81); }

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

background-color css

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

 a { background-color: rgb(203,77,81); }

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

border-color css

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

 span { border-color: rgb(203,77,81); }

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