Html Css Color HEX #C65062 Mandy

📋 copy color: '#C65062'

red 198 ◦ green 80 ◦ blue 98

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

Shades of Mandy #C65062

Tints of Mandy #C65062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 52.66%
G = 21.28%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C65062 (or 0xC65062) is known color: Mandy. HEX triplet: C6, 50 and 62. RGB value is (198,80,98). Sum of RGB (Red+Green+Blue) = 198+80+98=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C65062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65062 is #39AF9D. Grayscale: #757575. Windows color (decimal): -3780510 or 6443206. OLE color: 6443206.

HSL color Cylindrical-coordinate representation of color #C65062: hue angle of 350.85º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65062 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 98 -
CMYK 0 0.60 0.51 0.22
HSL 350.85º 0.51% 0.55% -
HSV(B) 350.85º 0.6% 0.78% -
XYZ 28.36 18.62 13.66 -
YUV 117.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 198 80 98 0 0.60 0.51 0.22 350.85 0.51 0.55
Hex C6 50 62 0 3C 33 16 15F 33 37
Octal 306 120 142 0 74 63 26 537 63 67
Binary 11000110 1010000 1100010 0 111100 110011 10110 101011111 110011 110111

Color Harmonies of #C65062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65062

Black with #C65062

Text Example


Text Example

White with #C65062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65062; }

 p { color: rgb(198,80,98); }

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

background-color css

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

 a { background-color: rgb(198,80,98); }

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

border-color css

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

 span { border-color: rgb(198,80,98); }

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