Html Css Color HEX #C08893 Puce

📋 copy color: '#C08893'

red 192 ◦ green 136 ◦ blue 147

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

Shades of Puce #C08893

Tints of Puce #C08893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.63%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 40.42%
G = 28.63%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08893 (or 0xC08893) is known color: Puce. HEX triplet: C0, 88 and 93. RGB value is (192,136,147). Sum of RGB (Red+Green+Blue) = 192+136+147=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08893 is #3F776C. Grayscale: #9A9A9A. Windows color (decimal): -4159341 or 9668800. OLE color: 9668800.

HSL color Cylindrical-coordinate representation of color #C08893: hue angle of 348.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08893 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 147 -
CMYK 0 0.29 0.23 0.25
HSL 348.21º 0.31% 0.64% -
HSV(B) 348.21º 0.29% 0.75% -
XYZ 35.81 30.92 31.68 -
YUV 154 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 192 136 147 0 0.29 0.23 0.25 348.21 0.31 0.64
Hex C0 88 93 0 1D 17 19 15C 1F 40
Octal 300 210 223 0 35 27 31 534 37 100
Binary 11000000 10001000 10010011 0 11101 10111 11001 101011100 11111 1000000

Color Harmonies of #C08893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08893

Black with #C08893

Text Example


Text Example

White with #C08893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08893; }

 p { color: rgb(192,136,147); }

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

background-color css

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

 a { background-color: rgb(192,136,147); }

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

border-color css

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

 span { border-color: rgb(192,136,147); }

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