Html Css Color HEX #CB484D Mandy

📋 copy color: '#CB484D'

red 203 ◦ green 72 ◦ blue 77

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

Shades of Mandy #CB484D

Tints of Mandy #CB484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 57.67%
G = 20.45%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB484D (or 0xCB484D) is known color: Mandy. HEX triplet: CB, 48 and 4D. RGB value is (203,72,77). Sum of RGB (Red+Green+Blue) = 203+72+77=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB484D is #34B7B2. Grayscale: #6F6F6F. Windows color (decimal): -3454899 or 5064907. OLE color: 5064907.

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

Color convert

RGB 203 72 77 -
CMYK 0 0.65 0.62 0.20
HSL 357.71º 0.56% 0.54% -
HSV(B) 357.71º 0.65% 0.8% -
XYZ 28.29 17.87 8.98 -
YUV 111.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 203 72 77 0 0.65 0.62 0.20 357.71 0.56 0.54
Hex CB 48 4D 0 41 3E 14 166 38 36
Octal 313 110 115 0 101 76 24 546 70 66
Binary 11001011 1001000 1001101 0 1000001 111110 10100 101100110 111000 110110

Color Harmonies of #CB484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB484D

Black with #CB484D

Text Example


Text Example

White with #CB484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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