Html Css Color HEX #C64B54 Mandy

📋 copy color: '#C64B54'

red 198 ◦ green 75 ◦ blue 84

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

Shades of Mandy #C64B54

Tints of Mandy #C64B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 55.46%
G = 21.01%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C64B54 (or 0xC64B54) is known color: Mandy. HEX triplet: C6, 4B and 54. RGB value is (198,75,84). Sum of RGB (Red+Green+Blue) = 198+75+84=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B54 is #39B4AB. Grayscale: #707070. Windows color (decimal): -3781804 or 5524422. OLE color: 5524422.

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

Color convert

RGB 198 75 84 -
CMYK 0 0.62 0.58 0.22
HSL 355.61º 0.52% 0.54% -
HSV(B) 355.61º 0.62% 0.78% -
XYZ 27.41 17.68 10.36 -
YUV 112.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 198 75 84 0 0.62 0.58 0.22 355.61 0.52 0.54
Hex C6 4B 54 0 3E 3A 16 164 34 36
Octal 306 113 124 0 76 72 26 544 64 66
Binary 11000110 1001011 1010100 0 111110 111010 10110 101100100 110100 110110

Color Harmonies of #C64B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B54

Black with #C64B54

Text Example


Text Example

White with #C64B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B54; }

 p { color: rgb(198,75,84); }

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

background-color css

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

 a { background-color: rgb(198,75,84); }

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

border-color css

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

 span { border-color: rgb(198,75,84); }

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