Html Css Color HEX #C65C5F Mandy

📋 copy color: '#C65C5F'

red 198 ◦ green 92 ◦ blue 95

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

Shades of Mandy #C65C5F

Tints of Mandy #C65C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 51.43%
G = 23.9%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65C5F (or 0xC65C5F) is known color: Mandy. HEX triplet: C6, 5C and 5F. RGB value is (198,92,95). Sum of RGB (Red+Green+Blue) = 198+92+95=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C5F is #39A3A0. Grayscale: #7C7C7C. Windows color (decimal): -3777441 or 6249670. OLE color: 6249670.

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

Color convert

RGB 198 92 95 -
CMYK 0 0.54 0.52 0.22
HSL 358.3º 0.48% 0.57% -
HSV(B) 358.3º 0.54% 0.78% -
XYZ 29.18 20.49 13.24 -
YUV 124.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 198 92 95 0 0.54 0.52 0.22 358.3 0.48 0.57
Hex C6 5C 5F 0 36 34 16 166 30 39
Octal 306 134 137 0 66 64 26 546 60 71
Binary 11000110 1011100 1011111 0 110110 110100 10110 101100110 110000 111001

Color Harmonies of #C65C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C5F

Black with #C65C5F

Text Example


Text Example

White with #C65C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C5F; }

 p { color: rgb(198,92,95); }

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

background-color css

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

 a { background-color: rgb(198,92,95); }

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

border-color css

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

 span { border-color: rgb(198,92,95); }

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