Html Css Color HEX #C36468 Mandy

📋 copy color: '#C36468'

red 195 ◦ green 100 ◦ blue 104

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

Shades of Mandy #C36468

Tints of Mandy #C36468

RGB

 RED value IS 195 (76.56% from 255) = 48.87%

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 48.87%
G = 25.06%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C36468 (or 0xC36468) is known color: Mandy. HEX triplet: C3, 64 and 68. RGB value is (195,100,104). Sum of RGB (Red+Green+Blue) = 195+100+104=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36468 is #3C9B97. Grayscale: #808080. Windows color (decimal): -3971992 or 6841539. OLE color: 6841539.

HSL color Cylindrical-coordinate representation of color #C36468: hue angle of 357.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36468 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 100 104 -
CMYK 0 0.49 0.47 0.24
HSL 357.47º 0.44% 0.58% -
HSV(B) 357.47º 0.49% 0.76% -
XYZ 29.56 21.72 15.73 -
YUV 128.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 195 100 104 0 0.49 0.47 0.24 357.47 0.44 0.58
Hex C3 64 68 0 31 2F 18 165 2C 3A
Octal 303 144 150 0 61 57 30 545 54 72
Binary 11000011 1100100 1101000 0 110001 101111 11000 101100101 101100 111010

Color Harmonies of #C36468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36468

Black with #C36468

Text Example


Text Example

White with #C36468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36468; }

 p { color: rgb(195,100,104); }

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

background-color css

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

 a { background-color: rgb(195,100,104); }

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

border-color css

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

 span { border-color: rgb(195,100,104); }

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