Html Css Color HEX #C08286 Charm

📋 copy color: '#C08286'

red 192 ◦ green 130 ◦ blue 134

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

Shades of Charm #C08286

Tints of Charm #C08286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 42.11%
G = 28.51%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08286 (or 0xC08286) is known color: Charm. HEX triplet: C0, 82 and 86. RGB value is (192,130,134). Sum of RGB (Red+Green+Blue) = 192+130+134=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08286 is #3F7D79. Grayscale: #959595. Windows color (decimal): -4160890 or 8815296. OLE color: 8815296.

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

Color convert

RGB 192 130 134 -
CMYK 0 0.32 0.30 0.25
HSL 356.13º 0.33% 0.63% -
HSV(B) 356.13º 0.32% 0.75% -
XYZ 34.02 28.89 26.34 -
YUV 148.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 192 130 134 0 0.32 0.30 0.25 356.13 0.33 0.63
Hex C0 82 86 0 20 1E 19 164 21 3F
Octal 300 202 206 0 40 36 31 544 41 77
Binary 11000000 10000010 10000110 0 100000 11110 11001 101100100 100001 111111

Color Harmonies of #C08286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08286

Black with #C08286

Text Example


Text Example

White with #C08286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08286; }

 p { color: rgb(192,130,134); }

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

background-color css

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

 a { background-color: rgb(192,130,134); }

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

border-color css

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

 span { border-color: rgb(192,130,134); }

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