Html Css Color HEX #C26367 Mandy

📋 copy color: '#C26367'

red 194 ◦ green 99 ◦ blue 103

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

Shades of Mandy #C26367

Tints of Mandy #C26367

RGB

 RED value IS 194 (76.17% from 255) = 48.99%

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 48.99%
G = 25%
B = 26.01%

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

#C26367 (or 0xC26367) is known color: Mandy. HEX triplet: C2, 63 and 67. RGB value is (194,99,103). Sum of RGB (Red+Green+Blue) = 194+99+103=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C26367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26367 is #3D9C98. Grayscale: #7F7F7F. Windows color (decimal): -4037785 or 6775746. OLE color: 6775746.

HSL color Cylindrical-coordinate representation of color #C26367: hue angle of 357.47º degrees, saturation: 0.44, 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 #C26367 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 103 -
CMYK 0 0.49 0.47 0.24
HSL 357.47º 0.44% 0.57% -
HSV(B) 357.47º 0.49% 0.76% -
XYZ 29.16 21.37 15.42 -
YUV 127.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 194 99 103 0 0.49 0.47 0.24 357.47 0.44 0.57
Hex C2 63 67 0 31 2F 18 165 2C 39
Octal 302 143 147 0 61 57 30 545 54 71
Binary 11000010 1100011 1100111 0 110001 101111 11000 101100101 101100 111001

Color Harmonies of #C26367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26367

Black with #C26367

Text Example


Text Example

White with #C26367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26367; }

 p { color: rgb(194,99,103); }

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

background-color css

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

 a { background-color: rgb(194,99,103); }

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

border-color css

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

 span { border-color: rgb(194,99,103); }

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