Html Css Color HEX #C08392 Puce

📋 copy color: '#C08392'

red 192 ◦ green 131 ◦ blue 146

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

Shades of Puce #C08392

Tints of Puce #C08392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 40.94%
G = 27.93%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C08392 (or 0xC08392) is known color: Puce. HEX triplet: C0, 83 and 92. RGB value is (192,131,146). Sum of RGB (Red+Green+Blue) = 192+131+146=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C08392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08392 is #3F7C6D. Grayscale: #969696. Windows color (decimal): -4160622 or 9601984. OLE color: 9601984.

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

Color convert

RGB 192 131 146 -
CMYK 0 0.32 0.24 0.25
HSL 345.25º 0.33% 0.63% -
HSV(B) 345.25º 0.32% 0.75% -
XYZ 35.04 29.51 31.04 -
YUV 150.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 192 131 146 0 0.32 0.24 0.25 345.25 0.33 0.63
Hex C0 83 92 0 20 18 19 159 21 3F
Octal 300 203 222 0 40 30 31 531 41 77
Binary 11000000 10000011 10010010 0 100000 11000 11001 101011001 100001 111111

Color Harmonies of #C08392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08392

Black with #C08392

Text Example


Text Example

White with #C08392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08392; }

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

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

background-color css

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

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

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

border-color css

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

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

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