Html Css Color HEX #C08589 Puce

📋 copy color: '#C08589'

red 192 ◦ green 133 ◦ blue 137

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

Shades of Puce #C08589

Tints of Puce #C08589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.79%

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

R = 41.56%
G = 28.79%
B = 29.65%

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

#C08589 (or 0xC08589) is known color: Puce. HEX triplet: C0, 85 and 89. RGB value is (192,133,137). Sum of RGB (Red+Green+Blue) = 192+133+137=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C08589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08589 is #3F7A76. Grayscale: #979797. Windows color (decimal): -4160119 or 9012672. OLE color: 9012672.

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

Color convert

RGB 192 133 137 -
CMYK 0 0.31 0.29 0.25
HSL 355.93º 0.32% 0.64% -
HSV(B) 355.93º 0.31% 0.75% -
XYZ 34.64 29.79 27.59 -
YUV 151.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 192 133 137 0 0.31 0.29 0.25 355.93 0.32 0.64
Hex C0 85 89 0 1F 1D 19 164 20 40
Octal 300 205 211 0 37 35 31 544 40 100
Binary 11000000 10000101 10001001 0 11111 11101 11001 101100100 100000 1000000

Color Harmonies of #C08589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08589

Black with #C08589

Text Example


Text Example

White with #C08589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08589; }

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

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

background-color css

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

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

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

border-color css

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

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

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