Html Css Color HEX #C08587 Puce

📋 copy color: '#C08587'

red 192 ◦ green 133 ◦ blue 135

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

Shades of Puce #C08587

Tints of Puce #C08587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 41.74%
G = 28.91%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08587 (or 0xC08587) is known color: Puce. HEX triplet: C0, 85 and 87. RGB value is (192,133,135). Sum of RGB (Red+Green+Blue) = 192+133+135=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C08587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08587 is #3F7A78. Grayscale: #969696. Windows color (decimal): -4160121 or 8881600. OLE color: 8881600.

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

Color convert

RGB 192 133 135 -
CMYK 0 0.31 0.30 0.25
HSL 357.97º 0.32% 0.64% -
HSV(B) 357.97º 0.31% 0.75% -
XYZ 34.5 29.73 26.84 -
YUV 150.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 192 133 135 0 0.31 0.30 0.25 357.97 0.32 0.64
Hex C0 85 87 0 1F 1E 19 166 20 40
Octal 300 205 207 0 37 36 31 546 40 100
Binary 11000000 10000101 10000111 0 11111 11110 11001 101100110 100000 1000000

Color Harmonies of #C08587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08587

Black with #C08587

Text Example


Text Example

White with #C08587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08587; }

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

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

background-color css

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

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

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

border-color css

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

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

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