Html Css Color HEX #C16267 Mandy

📋 copy color: '#C16267'

red 193 ◦ green 98 ◦ blue 103

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

Shades of Mandy #C16267

Tints of Mandy #C16267

RGB

 RED value IS 193 (75.78% from 255) = 48.98%

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

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 48.98%
G = 24.87%
B = 26.14%

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

#C16267 (or 0xC16267) is known color: Mandy. HEX triplet: C1, 62 and 67. RGB value is (193,98,103). Sum of RGB (Red+Green+Blue) = 193+98+103=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C16267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16267 is #3E9D98. Grayscale: #7F7F7F. Windows color (decimal): -4103577 or 6775489. OLE color: 6775489.

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

Color convert

RGB 193 98 103 -
CMYK 0 0.49 0.47 0.24
HSL 356.84º 0.43% 0.57% -
HSV(B) 356.84º 0.49% 0.76% -
XYZ 28.81 21.05 15.38 -
YUV 126.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 193 98 103 0 0.49 0.47 0.24 356.84 0.43 0.57
Hex C1 62 67 0 31 2F 18 165 2B 39
Octal 301 142 147 0 61 57 30 545 53 71
Binary 11000001 1100010 1100111 0 110001 101111 11000 101100101 101011 111001

Color Harmonies of #C16267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16267

Black with #C16267

Text Example


Text Example

White with #C16267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16267; }

 p { color: rgb(193,98,103); }

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

background-color css

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

 a { background-color: rgb(193,98,103); }

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

border-color css

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

 span { border-color: rgb(193,98,103); }

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