Html Css Color HEX #C84648 Mandy

📋 copy color: '#C84648'

red 200 ◦ green 70 ◦ blue 72

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

Shades of Mandy #C84648

Tints of Mandy #C84648

RGB

 RED value IS 200 (78.52% from 255) = 58.48%

 GREEN value IS 70 (27.73% from 255) = 20.47%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 58.48%
G = 20.47%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C84648 (or 0xC84648) is known color: Mandy. HEX triplet: C8, 46 and 48. RGB value is (200,70,72). Sum of RGB (Red+Green+Blue) = 200+70+72=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C84648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84648 is #37B9B7. Grayscale: #6D6D6D. Windows color (decimal): -3652024 or 4736712. OLE color: 4736712.

HSL color Cylindrical-coordinate representation of color #C84648: hue angle of 359.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84648 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 72 -
CMYK 0 0.65 0.64 0.22
HSL 359.08º 0.54% 0.53% -
HSV(B) 359.08º 0.65% 0.78% -
XYZ 27.18 17.13 8 -
YUV 109.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 200 70 72 0 0.65 0.64 0.22 359.08 0.54 0.53
Hex C8 46 48 0 41 40 16 167 36 35
Octal 310 106 110 0 101 100 26 547 66 65
Binary 11001000 1000110 1001000 0 1000001 1000000 10110 101100111 110110 110101

Color Harmonies of #C84648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84648

Black with #C84648

Text Example


Text Example

White with #C84648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84648; }

 p { color: rgb(200,70,72); }

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

background-color css

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

 a { background-color: rgb(200,70,72); }

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

border-color css

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

 span { border-color: rgb(200,70,72); }

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