Html Css Color HEX #C08593 Puce

📋 copy color: '#C08593'

red 192 ◦ green 133 ◦ blue 147

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

Shades of Puce #C08593

Tints of Puce #C08593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 40.68%
G = 28.18%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08593 (or 0xC08593) is known color: Puce. HEX triplet: C0, 85 and 93. RGB value is (192,133,147). Sum of RGB (Red+Green+Blue) = 192+133+147=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08593 is #3F7A6C. Grayscale: #989898. Windows color (decimal): -4160109 or 9668032. OLE color: 9668032.

HSL color Cylindrical-coordinate representation of color #C08593: hue angle of 345.76º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08593 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 147 -
CMYK 0 0.31 0.23 0.25
HSL 345.76º 0.32% 0.64% -
HSV(B) 345.76º 0.31% 0.75% -
XYZ 35.39 30.09 31.55 -
YUV 152.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 192 133 147 0 0.31 0.23 0.25 345.76 0.32 0.64
Hex C0 85 93 0 1F 17 19 15A 20 40
Octal 300 205 223 0 37 27 31 532 40 100
Binary 11000000 10000101 10010011 0 11111 10111 11001 101011010 100000 1000000

Color Harmonies of #C08593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08593

Black with #C08593

Text Example


Text Example

White with #C08593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08593; }

 p { color: rgb(192,133,147); }

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

background-color css

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

 a { background-color: rgb(192,133,147); }

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

border-color css

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

 span { border-color: rgb(192,133,147); }

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