Html Css Color HEX #C08490 Puce

📋 copy color: '#C08490'

red 192 ◦ green 132 ◦ blue 144

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

Shades of Puce #C08490

Tints of Puce #C08490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 41.03%
G = 28.21%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C08490 (or 0xC08490) is known color: Puce. HEX triplet: C0, 84 and 90. RGB value is (192,132,144). Sum of RGB (Red+Green+Blue) = 192+132+144=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C08490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08490 is #3F7B6F. Grayscale: #979797. Windows color (decimal): -4160368 or 9471168. OLE color: 9471168.

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

Color convert

RGB 192 132 144 -
CMYK 0 0.31 0.25 0.25
HSL 348º 0.32% 0.64% -
HSV(B) 348º 0.31% 0.75% -
XYZ 35.02 29.72 30.28 -
YUV 151.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 192 132 144 0 0.31 0.25 0.25 348 0.32 0.64
Hex C0 84 90 0 1F 19 19 15C 20 40
Octal 300 204 220 0 37 31 31 534 40 100
Binary 11000000 10000100 10010000 0 11111 11001 11001 101011100 100000 1000000

Color Harmonies of #C08490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08490

Black with #C08490

Text Example


Text Example

White with #C08490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08490; }

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

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

background-color css

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

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

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

border-color css

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

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

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