Html Css Color HEX #C86267 Mandy

📋 copy color: '#C86267'

red 200 ◦ green 98 ◦ blue 103

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

Shades of Mandy #C86267

Tints of Mandy #C86267

RGB

 RED value IS 200 (78.52% from 255) = 49.88%

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

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

R = 49.88%
G = 24.44%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86267 (or 0xC86267) is known color: Mandy. HEX triplet: C8, 62 and 67. RGB value is (200,98,103). Sum of RGB (Red+Green+Blue) = 200+98+103=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86267 is #379D98. Grayscale: #818181. Windows color (decimal): -3644825 or 6775496. OLE color: 6775496.

HSL color Cylindrical-coordinate representation of color #C86267: hue angle of 357.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86267 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 98 103 -
CMYK 0 0.51 0.48 0.22
HSL 357.06º 0.48% 0.58% -
HSV(B) 357.06º 0.51% 0.78% -
XYZ 30.64 21.99 15.46 -
YUV 129.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 200 98 103 0 0.51 0.48 0.22 357.06 0.48 0.58
Hex C8 62 67 0 33 30 16 165 30 3A
Octal 310 142 147 0 63 60 26 545 60 72
Binary 11001000 1100010 1100111 0 110011 110000 10110 101100101 110000 111010

Color Harmonies of #C86267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86267

Black with #C86267

Text Example


Text Example

White with #C86267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86267; }

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

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

background-color css

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

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

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

border-color css

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

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

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