Html Css Color HEX #C08089 Charm

📋 copy color: '#C08089'

red 192 ◦ green 128 ◦ blue 137

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

Shades of Charm #C08089

Tints of Charm #C08089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 42.01%
G = 28.01%
B = 29.98%

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

#C08089 (or 0xC08089) is known color: Charm. HEX triplet: C0, 80 and 89. RGB value is (192,128,137). Sum of RGB (Red+Green+Blue) = 192+128+137=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08089 is #3F7F76. Grayscale: #949494. Windows color (decimal): -4161399 or 9011392. OLE color: 9011392.

HSL color Cylindrical-coordinate representation of color #C08089: hue angle of 351.56º 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 #C08089 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 137 -
CMYK 0 0.33 0.29 0.25
HSL 351.56º 0.34% 0.63% -
HSV(B) 351.56º 0.33% 0.75% -
XYZ 33.97 28.45 27.37 -
YUV 148.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 192 128 137 0 0.33 0.29 0.25 351.56 0.34 0.63
Hex C0 80 89 0 21 1D 19 160 22 3F
Octal 300 200 211 0 41 35 31 540 42 77
Binary 11000000 10000000 10001001 0 100001 11101 11001 101100000 100010 111111

Color Harmonies of #C08089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08089

Black with #C08089

Text Example


Text Example

White with #C08089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08089; }

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

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

background-color css

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

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

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

border-color css

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

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

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