Html Css Color HEX #C65F65 Mandy

📋 copy color: '#C65F65'

red 198 ◦ green 95 ◦ blue 101

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

Shades of Mandy #C65F65

Tints of Mandy #C65F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 50.25%
G = 24.11%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65F65 (or 0xC65F65) is known color: Mandy. HEX triplet: C6, 5F and 65. RGB value is (198,95,101). Sum of RGB (Red+Green+Blue) = 198+95+101=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F65 is #39A09A. Grayscale: #7E7E7E. Windows color (decimal): -3776667 or 6643654. OLE color: 6643654.

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

Color convert

RGB 198 95 101 -
CMYK 0 0.52 0.49 0.22
HSL 356.5º 0.47% 0.57% -
HSV(B) 356.5º 0.52% 0.78% -
XYZ 29.73 21.13 14.82 -
YUV 126.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 198 95 101 0 0.52 0.49 0.22 356.5 0.47 0.57
Hex C6 5F 65 0 34 31 16 165 2F 39
Octal 306 137 145 0 64 61 26 545 57 71
Binary 11000110 1011111 1100101 0 110100 110001 10110 101100101 101111 111001

Color Harmonies of #C65F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F65

Black with #C65F65

Text Example


Text Example

White with #C65F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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