Html Css Color HEX #C65F64 Mandy

📋 copy color: '#C65F64'

red 198 ◦ green 95 ◦ blue 100

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

Shades of Mandy #C65F64

Tints of Mandy #C65F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 50.38%
G = 24.17%
B = 25.45%

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

#C65F64 (or 0xC65F64) is known color: Mandy. HEX triplet: C6, 5F and 64. RGB value is (198,95,100). Sum of RGB (Red+Green+Blue) = 198+95+100=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F64 is #39A09B. Grayscale: #7E7E7E. Windows color (decimal): -3776668 or 6578118. OLE color: 6578118.

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

Color convert

RGB 198 95 100 -
CMYK 0 0.52 0.49 0.22
HSL 357.09º 0.47% 0.57% -
HSV(B) 357.09º 0.52% 0.78% -
XYZ 29.68 21.11 14.57 -
YUV 126.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 198 95 100 0 0.52 0.49 0.22 357.09 0.47 0.57
Hex C6 5F 64 0 34 31 16 165 2F 39
Octal 306 137 144 0 64 61 26 545 57 71
Binary 11000110 1011111 1100100 0 110100 110001 10110 101100101 101111 111001

Color Harmonies of #C65F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F64

Black with #C65F64

Text Example


Text Example

White with #C65F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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