Html Css Color HEX #C08091 Puce

📋 copy color: '#C08091'

red 192 ◦ green 128 ◦ blue 145

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

Shades of Puce #C08091

Tints of Puce #C08091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 41.29%
G = 27.53%
B = 31.18%

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

#C08091 (or 0xC08091) is known color: Puce. HEX triplet: C0, 80 and 91. RGB value is (192,128,145). Sum of RGB (Red+Green+Blue) = 192+128+145=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08091 is #3F7F6E. Grayscale: #959595. Windows color (decimal): -4161391 or 9535680. OLE color: 9535680.

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

Color convert

RGB 192 128 145 -
CMYK 0 0.33 0.24 0.25
HSL 344.06º 0.34% 0.63% -
HSV(B) 344.06º 0.33% 0.75% -
XYZ 34.57 28.69 30.5 -
YUV 149.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 192 128 145 0 0.33 0.24 0.25 344.06 0.34 0.63
Hex C0 80 91 0 21 18 19 158 22 3F
Octal 300 200 221 0 41 30 31 530 42 77
Binary 11000000 10000000 10010001 0 100001 11000 11001 101011000 100010 111111

Color Harmonies of #C08091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08091

Black with #C08091

Text Example


Text Example

White with #C08091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08091; }

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

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

background-color css

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

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

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

border-color css

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

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

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