Html Css Color HEX #C08090 Puce

📋 copy color: '#C08090'

red 192 ◦ green 128 ◦ blue 144

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

Shades of Puce #C08090

Tints of Puce #C08090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

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

R = 41.38%
G = 27.59%
B = 31.03%

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

#C08090 (or 0xC08090) is known color: Puce. HEX triplet: C0, 80 and 90. RGB value is (192,128,144). Sum of RGB (Red+Green+Blue) = 192+128+144=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C08090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08090 is #3F7F6F. Grayscale: #949494. Windows color (decimal): -4161392 or 9470144. OLE color: 9470144.

HSL color Cylindrical-coordinate representation of color #C08090: hue angle of 345º degrees, saturation: 0.34, 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 #C08090 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 144 -
CMYK 0 0.33 0.25 0.25
HSL 345º 0.34% 0.63% -
HSV(B) 345º 0.33% 0.75% -
XYZ 34.49 28.66 30.1 -
YUV 148.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 192 128 144 0 0.33 0.25 0.25 345 0.34 0.63
Hex C0 80 90 0 21 19 19 159 22 3F
Octal 300 200 220 0 41 31 31 531 42 77
Binary 11000000 10000000 10010000 0 100001 11001 11001 101011001 100010 111111

Color Harmonies of #C08090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08090

Black with #C08090

Text Example


Text Example

White with #C08090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08090; }

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

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

background-color css

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

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

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

border-color css

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

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

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