Html Css Color HEX #C88086 Charm

📋 copy color: '#C88086'

red 200 ◦ green 128 ◦ blue 134

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

Shades of Charm #C88086

Tints of Charm #C88086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

 BLUE value IS 134 (52.73% from 255) = 29%

R = 43.29%
G = 27.71%
B = 29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C88086 (or 0xC88086) is known color: Charm. HEX triplet: C8, 80 and 86. RGB value is (200,128,134). Sum of RGB (Red+Green+Blue) = 200+128+134=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88086 is #377F79. Grayscale: #969696. Windows color (decimal): -3637114 or 8814792. OLE color: 8814792.

HSL color Cylindrical-coordinate representation of color #C88086: hue angle of 355º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88086 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 134 -
CMYK 0 0.36 0.33 0.22
HSL 355º 0.4% 0.64% -
HSV(B) 355º 0.36% 0.78% -
XYZ 35.84 29.44 26.35 -
YUV 150.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 200 128 134 0 0.36 0.33 0.22 355 0.4 0.64
Hex C8 80 86 0 24 21 16 163 28 40
Octal 310 200 206 0 44 41 26 543 50 100
Binary 11001000 10000000 10000110 0 100100 100001 10110 101100011 101000 1000000

Color Harmonies of #C88086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88086

Black with #C88086

Text Example


Text Example

White with #C88086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88086; }

 p { color: rgb(200,128,134); }

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

background-color css

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

 a { background-color: rgb(200,128,134); }

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

border-color css

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

 span { border-color: rgb(200,128,134); }

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