Html Css Color HEX #C08299 Puce

📋 copy color: '#C08299'

red 192 ◦ green 130 ◦ blue 153

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

Shades of Puce #C08299

Tints of Puce #C08299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 40.42%
G = 27.37%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C08299 (or 0xC08299) is known color: Puce. HEX triplet: C0, 82 and 99. RGB value is (192,130,153). Sum of RGB (Red+Green+Blue) = 192+130+153=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08299 is #3F7D66. Grayscale: #979797. Windows color (decimal): -4160871 or 10060480. OLE color: 10060480.

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

Color convert

RGB 192 130 153 -
CMYK 0 0.32 0.20 0.25
HSL 337.74º 0.33% 0.63% -
HSV(B) 337.74º 0.32% 0.75% -
XYZ 35.47 29.47 33.96 -
YUV 151.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 192 130 153 0 0.32 0.20 0.25 337.74 0.33 0.63
Hex C0 82 99 0 20 14 19 152 21 3F
Octal 300 202 231 0 40 24 31 522 41 77
Binary 11000000 10000010 10011001 0 100000 10100 11001 101010010 100001 111111

Color Harmonies of #C08299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08299

Black with #C08299

Text Example


Text Example

White with #C08299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08299; }

 p { color: rgb(192,130,153); }

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

background-color css

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

 a { background-color: rgb(192,130,153); }

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

border-color css

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

 span { border-color: rgb(192,130,153); }

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