Html Css Color HEX #C36268 Mandy

📋 copy color: '#C36268'

red 195 ◦ green 98 ◦ blue 104

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

Shades of Mandy #C36268

Tints of Mandy #C36268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

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

R = 49.12%
G = 24.69%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C36268 (or 0xC36268) is known color: Mandy. HEX triplet: C3, 62 and 68. RGB value is (195,98,104). Sum of RGB (Red+Green+Blue) = 195+98+104=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36268 is #3C9D97. Grayscale: #7F7F7F. Windows color (decimal): -3972504 or 6841027. OLE color: 6841027.

HSL color Cylindrical-coordinate representation of color #C36268: hue angle of 356.29º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36268 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 104 -
CMYK 0 0.50 0.47 0.24
HSL 356.29º 0.45% 0.57% -
HSV(B) 356.29º 0.5% 0.76% -
XYZ 29.37 21.34 15.67 -
YUV 127.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 195 98 104 0 0.50 0.47 0.24 356.29 0.45 0.57
Hex C3 62 68 0 32 2F 18 164 2D 39
Octal 303 142 150 0 62 57 30 544 55 71
Binary 11000011 1100010 1101000 0 110010 101111 11000 101100100 101101 111001

Color Harmonies of #C36268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36268

Black with #C36268

Text Example


Text Example

White with #C36268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36268; }

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

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

background-color css

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

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

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

border-color css

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

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

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