Html Css Color HEX #C08290 Puce

📋 copy color: '#C08290'

red 192 ◦ green 130 ◦ blue 144

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

Shades of Puce #C08290

Tints of Puce #C08290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 41.2%
G = 27.9%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C08290 (or 0xC08290) is known color: Puce. HEX triplet: C0, 82 and 90. RGB value is (192,130,144). Sum of RGB (Red+Green+Blue) = 192+130+144=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C08290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08290 is #3F7D6F. Grayscale: #969696. Windows color (decimal): -4160880 or 9470656. OLE color: 9470656.

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

Color convert

RGB 192 130 144 -
CMYK 0 0.32 0.25 0.25
HSL 346.45º 0.33% 0.63% -
HSV(B) 346.45º 0.32% 0.75% -
XYZ 34.75 29.19 30.19 -
YUV 150.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 192 130 144 0 0.32 0.25 0.25 346.45 0.33 0.63
Hex C0 82 90 0 20 19 19 15A 21 3F
Octal 300 202 220 0 40 31 31 532 41 77
Binary 11000000 10000010 10010000 0 100000 11001 11001 101011010 100001 111111

Color Harmonies of #C08290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08290

Black with #C08290

Text Example


Text Example

White with #C08290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08290; }

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

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

background-color css

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

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

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

border-color css

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

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

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