Html Css Color HEX #C08394 Puce

📋 copy color: '#C08394'

red 192 ◦ green 131 ◦ blue 148

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

Shades of Puce #C08394

Tints of Puce #C08394

RGB

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

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

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

R = 40.76%
G = 27.81%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08394 (or 0xC08394) is known color: Puce. HEX triplet: C0, 83 and 94. RGB value is (192,131,148). Sum of RGB (Red+Green+Blue) = 192+131+148=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08394 is #3F7C6B. Grayscale: #979797. Windows color (decimal): -4160620 or 9733056. OLE color: 9733056.

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

Color convert

RGB 192 131 148 -
CMYK 0 0.32 0.23 0.25
HSL 343.28º 0.33% 0.63% -
HSV(B) 343.28º 0.32% 0.75% -
XYZ 35.2 29.58 31.87 -
YUV 151.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 192 131 148 0 0.32 0.23 0.25 343.28 0.33 0.63
Hex C0 83 94 0 20 17 19 157 21 3F
Octal 300 203 224 0 40 27 31 527 41 77
Binary 11000000 10000011 10010100 0 100000 10111 11001 101010111 100001 111111

Color Harmonies of #C08394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08394

Black with #C08394

Text Example


Text Example

White with #C08394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08394; }

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

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

background-color css

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

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

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

border-color css

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

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

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