Html Css Color HEX #C86769 Mandy

📋 copy color: '#C86769'

red 200 ◦ green 103 ◦ blue 105

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

Shades of Mandy #C86769

Tints of Mandy #C86769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 49.02%
G = 25.25%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86769 (or 0xC86769) is known color: Mandy. HEX triplet: C8, 67 and 69. RGB value is (200,103,105). Sum of RGB (Red+Green+Blue) = 200+103+105=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C86769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86769 is #379896. Grayscale: #848484. Windows color (decimal): -3643543 or 6907848. OLE color: 6907848.

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

Color convert

RGB 200 103 105 -
CMYK 0 0.48 0.48 0.22
HSL 358.76º 0.47% 0.59% -
HSV(B) 358.76º 0.49% 0.78% -
XYZ 31.22 23 16.16 -
YUV 132.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 200 103 105 0 0.48 0.48 0.22 358.76 0.47 0.59
Hex C8 67 69 0 30 30 16 167 2F 3B
Octal 310 147 151 0 60 60 26 547 57 73
Binary 11001000 1100111 1101001 0 110000 110000 10110 101100111 101111 111011

Color Harmonies of #C86769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86769

Black with #C86769

Text Example


Text Example

White with #C86769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86769; }

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

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

background-color css

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

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

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

border-color css

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

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

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