Html Css Color HEX #C08594 Puce

📋 copy color: '#C08594'

red 192 ◦ green 133 ◦ blue 148

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

Shades of Puce #C08594

Tints of Puce #C08594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 40.59%
G = 28.12%
B = 31.29%

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

#C08594 (or 0xC08594) is known color: Puce. HEX triplet: C0, 85 and 94. RGB value is (192,133,148). Sum of RGB (Red+Green+Blue) = 192+133+148=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C08594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08594 is #3F7A6B. Grayscale: #989898. Windows color (decimal): -4160108 or 9733568. OLE color: 9733568.

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

Color convert

RGB 192 133 148 -
CMYK 0 0.31 0.23 0.25
HSL 344.75º 0.32% 0.64% -
HSV(B) 344.75º 0.31% 0.75% -
XYZ 35.47 30.12 31.96 -
YUV 152.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 192 133 148 0 0.31 0.23 0.25 344.75 0.32 0.64
Hex C0 85 94 0 1F 17 19 159 20 40
Octal 300 205 224 0 37 27 31 531 40 100
Binary 11000000 10000101 10010100 0 11111 10111 11001 101011001 100000 1000000

Color Harmonies of #C08594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08594

Black with #C08594

Text Example


Text Example

White with #C08594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08594; }

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

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

background-color css

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

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

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

border-color css

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

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

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