Html Css Color HEX #C88088 Charm

📋 copy color: '#C88088'

red 200 ◦ green 128 ◦ blue 136

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

Shades of Charm #C88088

Tints of Charm #C88088

RGB

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

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

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

R = 43.1%
G = 27.59%
B = 29.31%

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

#C88088 (or 0xC88088) is known color: Charm. HEX triplet: C8, 80 and 88. RGB value is (200,128,136). Sum of RGB (Red+Green+Blue) = 200+128+136=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88088 is #377F77. Grayscale: #969696. Windows color (decimal): -3637112 or 8945864. OLE color: 8945864.

HSL color Cylindrical-coordinate representation of color #C88088: hue angle of 353.33º 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 #C88088 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 136 -
CMYK 0 0.36 0.32 0.22
HSL 353.33º 0.4% 0.64% -
HSV(B) 353.33º 0.36% 0.78% -
XYZ 35.98 29.5 27.09 -
YUV 150.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 200 128 136 0 0.36 0.32 0.22 353.33 0.4 0.64
Hex C8 80 88 0 24 20 16 161 28 40
Octal 310 200 210 0 44 40 26 541 50 100
Binary 11001000 10000000 10001000 0 100100 100000 10110 101100001 101000 1000000

Color Harmonies of #C88088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88088

Black with #C88088

Text Example


Text Example

White with #C88088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88088; }

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

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

background-color css

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

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

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

border-color css

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

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

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