Html Css Color HEX #C86C85 Charm

📋 copy color: '#C86C85'

red 200 ◦ green 108 ◦ blue 133

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

Shades of Charm #C86C85

Tints of Charm #C86C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 45.35%
G = 24.49%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C86C85 (or 0xC86C85) is known color: Charm. HEX triplet: C8, 6C and 85. RGB value is (200,108,133). Sum of RGB (Red+Green+Blue) = 200+108+133=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C85 is #37937A. Grayscale: #8A8A8A. Windows color (decimal): -3642235 or 8744136. OLE color: 8744136.

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

Color convert

RGB 200 108 133 -
CMYK 0 0.46 0.34 0.22
HSL 343.7º 0.46% 0.6% -
HSV(B) 343.7º 0.46% 0.78% -
XYZ 33.42 24.7 25.2 -
YUV 138.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 200 108 133 0 0.46 0.34 0.22 343.7 0.46 0.6
Hex C8 6C 85 0 2E 22 16 158 2E 3C
Octal 310 154 205 0 56 42 26 530 56 74
Binary 11001000 1101100 10000101 0 101110 100010 10110 101011000 101110 111100

Color Harmonies of #C86C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C85

Black with #C86C85

Text Example


Text Example

White with #C86C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C85; }

 p { color: rgb(200,108,133); }

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

background-color css

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

 a { background-color: rgb(200,108,133); }

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

border-color css

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

 span { border-color: rgb(200,108,133); }

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