Html Css Color HEX #C65A5D Mandy

📋 copy color: '#C65A5D'

red 198 ◦ green 90 ◦ blue 93

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

Shades of Mandy #C65A5D

Tints of Mandy #C65A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 51.97%
G = 23.62%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C65A5D (or 0xC65A5D) is known color: Mandy. HEX triplet: C6, 5A and 5D. RGB value is (198,90,93). Sum of RGB (Red+Green+Blue) = 198+90+93=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A5D is #39A5A2. Grayscale: #7A7A7A. Windows color (decimal): -3777955 or 6118086. OLE color: 6118086.

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

Color convert

RGB 198 90 93 -
CMYK 0 0.55 0.53 0.22
HSL 358.33º 0.49% 0.56% -
HSV(B) 358.33º 0.55% 0.78% -
XYZ 28.92 20.11 12.71 -
YUV 122.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 198 90 93 0 0.55 0.53 0.22 358.33 0.49 0.56
Hex C6 5A 5D 0 37 35 16 166 31 38
Octal 306 132 135 0 67 65 26 546 61 70
Binary 11000110 1011010 1011101 0 110111 110101 10110 101100110 110001 111000

Color Harmonies of #C65A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A5D

Black with #C65A5D

Text Example


Text Example

White with #C65A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A5D; }

 p { color: rgb(198,90,93); }

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

background-color css

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

 a { background-color: rgb(198,90,93); }

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

border-color css

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

 span { border-color: rgb(198,90,93); }

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