Html Css Color HEX #C08890 Puce

📋 copy color: '#C08890'

red 192 ◦ green 136 ◦ blue 144

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

Shades of Puce #C08890

Tints of Puce #C08890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 40.68%
G = 28.81%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C08890 (or 0xC08890) is known color: Puce. HEX triplet: C0, 88 and 90. RGB value is (192,136,144). Sum of RGB (Red+Green+Blue) = 192+136+144=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08890 is #3F776F. Grayscale: #999999. Windows color (decimal): -4159344 or 9472192. OLE color: 9472192.

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

Color convert

RGB 192 136 144 -
CMYK 0 0.29 0.25 0.25
HSL 351.43º 0.31% 0.64% -
HSV(B) 351.43º 0.29% 0.75% -
XYZ 35.58 30.83 30.46 -
YUV 153.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 192 136 144 0 0.29 0.25 0.25 351.43 0.31 0.64
Hex C0 88 90 0 1D 19 19 15F 1F 40
Octal 300 210 220 0 35 31 31 537 37 100
Binary 11000000 10001000 10010000 0 11101 11001 11001 101011111 11111 1000000

Color Harmonies of #C08890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08890

Black with #C08890

Text Example


Text Example

White with #C08890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08890; }

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

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

background-color css

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

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

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

border-color css

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

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

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