Html Css Color HEX #C08489 Puce

📋 copy color: '#C08489'

red 192 ◦ green 132 ◦ blue 137

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

Shades of Puce #C08489

Tints of Puce #C08489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.72%

R = 41.65%
G = 28.63%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C08489 (or 0xC08489) is known color: Puce. HEX triplet: C0, 84 and 89. RGB value is (192,132,137). Sum of RGB (Red+Green+Blue) = 192+132+137=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C08489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08489 is #3F7B76. Grayscale: #969696. Windows color (decimal): -4160375 or 9012416. OLE color: 9012416.

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

Color convert

RGB 192 132 137 -
CMYK 0 0.31 0.29 0.25
HSL 355º 0.32% 0.64% -
HSV(B) 355º 0.31% 0.75% -
XYZ 34.5 29.52 27.55 -
YUV 150.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 192 132 137 0 0.31 0.29 0.25 355 0.32 0.64
Hex C0 84 89 0 1F 1D 19 163 20 40
Octal 300 204 211 0 37 35 31 543 40 100
Binary 11000000 10000100 10001001 0 11111 11101 11001 101100011 100000 1000000

Color Harmonies of #C08489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08489

Black with #C08489

Text Example


Text Example

White with #C08489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08489; }

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

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

background-color css

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

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

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

border-color css

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

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

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