Html Css Color HEX #C65A65 Mandy

📋 copy color: '#C65A65'

red 198 ◦ green 90 ◦ blue 101

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

Shades of Mandy #C65A65

Tints of Mandy #C65A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 50.9%
G = 23.14%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65A65 (or 0xC65A65) is known color: Mandy. HEX triplet: C6, 5A and 65. RGB value is (198,90,101). Sum of RGB (Red+Green+Blue) = 198+90+101=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A65 is #39A59A. Grayscale: #7B7B7B. Windows color (decimal): -3777947 or 6642374. OLE color: 6642374.

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

Color convert

RGB 198 90 101 -
CMYK 0 0.55 0.49 0.22
HSL 353.89º 0.49% 0.56% -
HSV(B) 353.89º 0.55% 0.78% -
XYZ 29.29 20.26 14.68 -
YUV 123.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 198 90 101 0 0.55 0.49 0.22 353.89 0.49 0.56
Hex C6 5A 65 0 37 31 16 162 31 38
Octal 306 132 145 0 67 61 26 542 61 70
Binary 11000110 1011010 1100101 0 110111 110001 10110 101100010 110001 111000

Color Harmonies of #C65A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A65

Black with #C65A65

Text Example


Text Example

White with #C65A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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