Html Css Color HEX #CB4C53 Mandy

📋 copy color: '#CB4C53'

red 203 ◦ green 76 ◦ blue 83

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

Shades of Mandy #CB4C53

Tints of Mandy #CB4C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 56.08%
G = 20.99%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB4C53 (or 0xCB4C53) is known color: Mandy. HEX triplet: CB, 4C and 53. RGB value is (203,76,83). Sum of RGB (Red+Green+Blue) = 203+76+83=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C53 is #34B3AC. Grayscale: #727272. Windows color (decimal): -3453869 or 5459147. OLE color: 5459147.

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

Color convert

RGB 203 76 83 -
CMYK 0 0.63 0.59 0.20
HSL 356.69º 0.55% 0.55% -
HSV(B) 356.69º 0.63% 0.8% -
XYZ 28.77 18.49 10.24 -
YUV 114.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 203 76 83 0 0.63 0.59 0.20 356.69 0.55 0.55
Hex CB 4C 53 0 3F 3B 14 165 37 37
Octal 313 114 123 0 77 73 24 545 67 67
Binary 11001011 1001100 1010011 0 111111 111011 10100 101100101 110111 110111

Color Harmonies of #CB4C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C53

Black with #CB4C53

Text Example


Text Example

White with #CB4C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C53; }

 p { color: rgb(203,76,83); }

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

background-color css

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

 a { background-color: rgb(203,76,83); }

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

border-color css

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

 span { border-color: rgb(203,76,83); }

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