Html Css Color HEX #C08395 Puce

📋 copy color: '#C08395'

red 192 ◦ green 131 ◦ blue 149

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

Shades of Puce #C08395

Tints of Puce #C08395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 40.68%
G = 27.75%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C08395 (or 0xC08395) is known color: Puce. HEX triplet: C0, 83 and 95. RGB value is (192,131,149). Sum of RGB (Red+Green+Blue) = 192+131+149=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08395 is #3F7C6A. Grayscale: #979797. Windows color (decimal): -4160619 or 9798592. OLE color: 9798592.

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

Color convert

RGB 192 131 149 -
CMYK 0 0.32 0.22 0.25
HSL 342.3º 0.33% 0.63% -
HSV(B) 342.3º 0.32% 0.75% -
XYZ 35.28 29.61 32.29 -
YUV 151.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 192 131 149 0 0.32 0.22 0.25 342.3 0.33 0.63
Hex C0 83 95 0 20 16 19 156 21 3F
Octal 300 203 225 0 40 26 31 526 41 77
Binary 11000000 10000011 10010101 0 100000 10110 11001 101010110 100001 111111

Color Harmonies of #C08395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08395

Black with #C08395

Text Example


Text Example

White with #C08395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08395; }

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

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

background-color css

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

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

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

border-color css

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

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

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