Html Css Color HEX #C08495 Puce

📋 copy color: '#C08495'

red 192 ◦ green 132 ◦ blue 149

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

Shades of Puce #C08495

Tints of Puce #C08495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

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

R = 40.59%
G = 27.91%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C08495 (or 0xC08495) is known color: Puce. HEX triplet: C0, 84 and 95. RGB value is (192,132,149). Sum of RGB (Red+Green+Blue) = 192+132+149=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C08495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08495 is #3F7B6A. Grayscale: #979797. Windows color (decimal): -4160363 or 9798848. OLE color: 9798848.

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

Color convert

RGB 192 132 149 -
CMYK 0 0.31 0.22 0.25
HSL 343º 0.32% 0.64% -
HSV(B) 343º 0.31% 0.75% -
XYZ 35.41 29.88 32.33 -
YUV 151.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 192 132 149 0 0.31 0.22 0.25 343 0.32 0.64
Hex C0 84 95 0 1F 16 19 157 20 40
Octal 300 204 225 0 37 26 31 527 40 100
Binary 11000000 10000100 10010101 0 11111 10110 11001 101010111 100000 1000000

Color Harmonies of #C08495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08495

Black with #C08495

Text Example


Text Example

White with #C08495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08495; }

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

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

background-color css

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

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

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

border-color css

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

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

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