Html Css Color HEX #C08296 Puce

📋 copy color: '#C08296'

red 192 ◦ green 130 ◦ blue 150

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

Shades of Puce #C08296

Tints of Puce #C08296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 40.68%
G = 27.54%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C08296 (or 0xC08296) is known color: Puce. HEX triplet: C0, 82 and 96. RGB value is (192,130,150). Sum of RGB (Red+Green+Blue) = 192+130+150=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08296 is #3F7D69. Grayscale: #969696. Windows color (decimal): -4160874 or 9863872. OLE color: 9863872.

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

Color convert

RGB 192 130 150 -
CMYK 0 0.32 0.22 0.25
HSL 340.65º 0.33% 0.63% -
HSV(B) 340.65º 0.32% 0.75% -
XYZ 35.23 29.37 32.67 -
YUV 150.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 192 130 150 0 0.32 0.22 0.25 340.65 0.33 0.63
Hex C0 82 96 0 20 16 19 155 21 3F
Octal 300 202 226 0 40 26 31 525 41 77
Binary 11000000 10000010 10010110 0 100000 10110 11001 101010101 100001 111111

Color Harmonies of #C08296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08296

Black with #C08296

Text Example


Text Example

White with #C08296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08296; }

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

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

background-color css

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

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

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

border-color css

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

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

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