Html Css Color HEX #C08486 Puce

📋 copy color: '#C08486'

red 192 ◦ green 132 ◦ blue 134

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

Shades of Puce #C08486

Tints of Puce #C08486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 41.92%
G = 28.82%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08486 (or 0xC08486) is known color: Puce. HEX triplet: C0, 84 and 86. RGB value is (192,132,134). Sum of RGB (Red+Green+Blue) = 192+132+134=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08486 is #3F7B79. Grayscale: #969696. Windows color (decimal): -4160378 or 8815808. OLE color: 8815808.

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

Color convert

RGB 192 132 134 -
CMYK 0 0.31 0.30 0.25
HSL 358º 0.32% 0.64% -
HSV(B) 358º 0.31% 0.75% -
XYZ 34.29 29.43 26.43 -
YUV 150.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 192 132 134 0 0.31 0.30 0.25 358 0.32 0.64
Hex C0 84 86 0 1F 1E 19 166 20 40
Octal 300 204 206 0 37 36 31 546 40 100
Binary 11000000 10000100 10000110 0 11111 11110 11001 101100110 100000 1000000

Color Harmonies of #C08486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08486

Black with #C08486

Text Example


Text Example

White with #C08486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08486; }

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

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

background-color css

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

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

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

border-color css

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

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

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