Html Css Color HEX #CB4D4F Mandy

📋 copy color: '#CB4D4F'

red 203 ◦ green 77 ◦ blue 79

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

Shades of Mandy #CB4D4F

Tints of Mandy #CB4D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 56.55%
G = 21.45%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB4D4F (or 0xCB4D4F) is known color: Mandy. HEX triplet: CB, 4D and 4F. RGB value is (203,77,79). Sum of RGB (Red+Green+Blue) = 203+77+79=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D4F is #34B2B0. Grayscale: #737373. Windows color (decimal): -3453617 or 5197259. OLE color: 5197259.

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

Color convert

RGB 203 77 79 -
CMYK 0 0.62 0.61 0.20
HSL 359.05º 0.55% 0.55% -
HSV(B) 359.05º 0.62% 0.8% -
XYZ 28.69 18.57 9.47 -
YUV 114.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 203 77 79 0 0.62 0.61 0.20 359.05 0.55 0.55
Hex CB 4D 4F 0 3E 3D 14 167 37 37
Octal 313 115 117 0 76 75 24 547 67 67
Binary 11001011 1001101 1001111 0 111110 111101 10100 101100111 110111 110111

Color Harmonies of #CB4D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D4F

Black with #CB4D4F

Text Example


Text Example

White with #CB4D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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