Html Css Color HEX #C08088 Charm

📋 copy color: '#C08088'

red 192 ◦ green 128 ◦ blue 136

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

Shades of Charm #C08088

Tints of Charm #C08088

RGB

 RED value IS 192 (75.39% from 255) = 42.11%

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

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

R = 42.11%
G = 28.07%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C08088 (or 0xC08088) is known color: Charm. HEX triplet: C0, 80 and 88. RGB value is (192,128,136). Sum of RGB (Red+Green+Blue) = 192+128+136=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08088 is #3F7F77. Grayscale: #949494. Windows color (decimal): -4161400 or 8945856. OLE color: 8945856.

HSL color Cylindrical-coordinate representation of color #C08088: hue angle of 352.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08088 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 136 -
CMYK 0 0.33 0.29 0.25
HSL 352.5º 0.34% 0.63% -
HSV(B) 352.5º 0.33% 0.75% -
XYZ 33.9 28.42 26.99 -
YUV 148.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 192 128 136 0 0.33 0.29 0.25 352.5 0.34 0.63
Hex C0 80 88 0 21 1D 19 160 22 3F
Octal 300 200 210 0 41 35 31 540 42 77
Binary 11000000 10000000 10001000 0 100001 11101 11001 101100000 100010 111111

Color Harmonies of #C08088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08088

Black with #C08088

Text Example


Text Example

White with #C08088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08088; }

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

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

background-color css

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

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

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

border-color css

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

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

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