Html Css Color HEX #C64251 Mandy

📋 copy color: '#C64251'

red 198 ◦ green 66 ◦ blue 81

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

Shades of Mandy #C64251

Tints of Mandy #C64251

RGB

 RED value IS 198 (77.73% from 255) = 57.39%

 GREEN value IS 66 (26.17% from 255) = 19.13%

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

R = 57.39%
G = 19.13%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C64251 (or 0xC64251) is known color: Mandy. HEX triplet: C6, 42 and 51. RGB value is (198,66,81). Sum of RGB (Red+Green+Blue) = 198+66+81=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C64251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64251 is #39BDAE. Grayscale: #6B6B6B. Windows color (decimal): -3784111 or 5325510. OLE color: 5325510.

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

Color convert

RGB 198 66 81 -
CMYK 0 0.67 0.59 0.22
HSL 353.18º 0.54% 0.52% -
HSV(B) 353.18º 0.67% 0.78% -
XYZ 26.72 16.5 9.56 -
YUV 107.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 198 66 81 0 0.67 0.59 0.22 353.18 0.54 0.52
Hex C6 42 51 0 43 3B 16 161 36 34
Octal 306 102 121 0 103 73 26 541 66 64
Binary 11000110 1000010 1010001 0 1000011 111011 10110 101100001 110110 110100

Color Harmonies of #C64251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64251

Black with #C64251

Text Example


Text Example

White with #C64251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64251; }

 p { color: rgb(198,66,81); }

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

background-color css

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

 a { background-color: rgb(198,66,81); }

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

border-color css

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

 span { border-color: rgb(198,66,81); }

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