Html Css Color HEX #C08196 Puce

📋 copy color: '#C08196'

red 192 ◦ green 129 ◦ blue 150

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

Shades of Puce #C08196

Tints of Puce #C08196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 40.76%
G = 27.39%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C08196 (or 0xC08196) is known color: Puce. HEX triplet: C0, 81 and 96. RGB value is (192,129,150). Sum of RGB (Red+Green+Blue) = 192+129+150=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08196 is #3F7E69. Grayscale: #969696. Windows color (decimal): -4161130 or 9863616. OLE color: 9863616.

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

Color convert

RGB 192 129 150 -
CMYK 0 0.33 0.22 0.25
HSL 340º 0.33% 0.63% -
HSV(B) 340º 0.33% 0.75% -
XYZ 35.09 29.11 32.62 -
YUV 150.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 192 129 150 0 0.33 0.22 0.25 340 0.33 0.63
Hex C0 81 96 0 21 16 19 154 21 3F
Octal 300 201 226 0 41 26 31 524 41 77
Binary 11000000 10000001 10010110 0 100001 10110 11001 101010100 100001 111111

Color Harmonies of #C08196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08196

Black with #C08196

Text Example


Text Example

White with #C08196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08196; }

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

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

background-color css

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

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

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

border-color css

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

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

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