Html Css Color HEX #C64151 Mandy

📋 copy color: '#C64151'

red 198 ◦ green 65 ◦ blue 81

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

Shades of Mandy #C64151

Tints of Mandy #C64151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

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

R = 57.56%
G = 18.9%
B = 23.55%

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

#C64151 (or 0xC64151) is known color: Mandy. HEX triplet: C6, 41 and 51. RGB value is (198,65,81). Sum of RGB (Red+Green+Blue) = 198+65+81=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C64151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64151 is #39BEAE. Grayscale: #6A6A6A. Windows color (decimal): -3784367 or 5325254. OLE color: 5325254.

HSL color Cylindrical-coordinate representation of color #C64151: hue angle of 352.78º 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 #C64151 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 81 -
CMYK 0 0.67 0.59 0.22
HSL 352.78º 0.54% 0.52% -
HSV(B) 352.78º 0.67% 0.78% -
XYZ 26.66 16.38 9.54 -
YUV 106.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 198 65 81 0 0.67 0.59 0.22 352.78 0.54 0.52
Hex C6 41 51 0 43 3B 16 161 36 34
Octal 306 101 121 0 103 73 26 541 66 64
Binary 11000110 1000001 1010001 0 1000011 111011 10110 101100001 110110 110100

Color Harmonies of #C64151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64151

Black with #C64151

Text Example


Text Example

White with #C64151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64151; }

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

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

background-color css

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

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

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

border-color css

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

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

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