Html Css Color HEX #C88188 Charm

📋 copy color: '#C88188'

red 200 ◦ green 129 ◦ blue 136

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

Shades of Charm #C88188

Tints of Charm #C88188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

 BLUE value IS 136 (53.52% from 255) = 29.25%

R = 43.01%
G = 27.74%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88188 (or 0xC88188) is known color: Charm. HEX triplet: C8, 81 and 88. RGB value is (200,129,136). Sum of RGB (Red+Green+Blue) = 200+129+136=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88188 is #377E77. Grayscale: #979797. Windows color (decimal): -3636856 or 8946120. OLE color: 8946120.

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

Color convert

RGB 200 129 136 -
CMYK 0 0.36 0.32 0.22
HSL 354.08º 0.39% 0.65% -
HSV(B) 354.08º 0.36% 0.78% -
XYZ 36.11 29.76 27.13 -
YUV 151.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 200 129 136 0 0.36 0.32 0.22 354.08 0.39 0.65
Hex C8 81 88 0 24 20 16 162 27 41
Octal 310 201 210 0 44 40 26 542 47 101
Binary 11001000 10000001 10001000 0 100100 100000 10110 101100010 100111 1000001

Color Harmonies of #C88188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88188

Black with #C88188

Text Example


Text Example

White with #C88188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88188; }

 p { color: rgb(200,129,136); }

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

background-color css

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

 a { background-color: rgb(200,129,136); }

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

border-color css

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

 span { border-color: rgb(200,129,136); }

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