Html Css Color HEX #C64B53 Mandy

📋 copy color: '#C64B53'

red 198 ◦ green 75 ◦ blue 83

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

Shades of Mandy #C64B53

Tints of Mandy #C64B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 55.62%
G = 21.07%
B = 23.31%

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

#C64B53 (or 0xC64B53) is known color: Mandy. HEX triplet: C6, 4B and 53. RGB value is (198,75,83). Sum of RGB (Red+Green+Blue) = 198+75+83=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B53 is #39B4AC. Grayscale: #707070. Windows color (decimal): -3781805 or 5458886. OLE color: 5458886.

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

Color convert

RGB 198 75 83 -
CMYK 0 0.62 0.58 0.22
HSL 356.1º 0.52% 0.54% -
HSV(B) 356.1º 0.62% 0.78% -
XYZ 27.37 17.66 10.15 -
YUV 112.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 198 75 83 0 0.62 0.58 0.22 356.1 0.52 0.54
Hex C6 4B 53 0 3E 3A 16 164 34 36
Octal 306 113 123 0 76 72 26 544 64 66
Binary 11000110 1001011 1010011 0 111110 111010 10110 101100100 110100 110110

Color Harmonies of #C64B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B53

Black with #C64B53

Text Example


Text Example

White with #C64B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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