Html Css Color HEX #C08190 Puce

📋 copy color: '#C08190'

red 192 ◦ green 129 ◦ blue 144

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

Shades of Puce #C08190

Tints of Puce #C08190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

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

R = 41.29%
G = 27.74%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C08190 (or 0xC08190) is known color: Puce. HEX triplet: C0, 81 and 90. RGB value is (192,129,144). Sum of RGB (Red+Green+Blue) = 192+129+144=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08190 is #3F7E6F. Grayscale: #959595. Windows color (decimal): -4161136 or 9470400. OLE color: 9470400.

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

Color convert

RGB 192 129 144 -
CMYK 0 0.33 0.25 0.25
HSL 345.71º 0.33% 0.63% -
HSV(B) 345.71º 0.33% 0.75% -
XYZ 34.62 28.92 30.14 -
YUV 149.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 192 129 144 0 0.33 0.25 0.25 345.71 0.33 0.63
Hex C0 81 90 0 21 19 19 15A 21 3F
Octal 300 201 220 0 41 31 31 532 41 77
Binary 11000000 10000001 10010000 0 100001 11001 11001 101011010 100001 111111

Color Harmonies of #C08190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08190

Black with #C08190

Text Example


Text Example

White with #C08190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08190; }

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

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

background-color css

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

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

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

border-color css

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

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

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