Html Css Color HEX #C08092 Puce

📋 copy color: '#C08092'

red 192 ◦ green 128 ◦ blue 146

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

Shades of Puce #C08092

Tints of Puce #C08092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 41.2%
G = 27.47%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C08092 (or 0xC08092) is known color: Puce. HEX triplet: C0, 80 and 92. RGB value is (192,128,146). Sum of RGB (Red+Green+Blue) = 192+128+146=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C08092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08092 is #3F7F6D. Grayscale: #959595. Windows color (decimal): -4161390 or 9601216. OLE color: 9601216.

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

Color convert

RGB 192 128 146 -
CMYK 0 0.33 0.24 0.25
HSL 343.13º 0.34% 0.63% -
HSV(B) 343.13º 0.33% 0.75% -
XYZ 34.65 28.72 30.91 -
YUV 149.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 192 128 146 0 0.33 0.24 0.25 343.13 0.34 0.63
Hex C0 80 92 0 21 18 19 157 22 3F
Octal 300 200 222 0 41 30 31 527 42 77
Binary 11000000 10000000 10010010 0 100001 11000 11001 101010111 100010 111111

Color Harmonies of #C08092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08092

Black with #C08092

Text Example


Text Example

White with #C08092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08092; }

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

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

background-color css

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

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

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

border-color css

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

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

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