Html Css Color HEX #C88299 Puce

📋 copy color: '#C88299'

red 200 ◦ green 130 ◦ blue 153

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

Shades of Puce #C88299

Tints of Puce #C88299

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

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

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

R = 41.41%
G = 26.92%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C88299 (or 0xC88299) is known color: Puce. HEX triplet: C8, 82 and 99. RGB value is (200,130,153). Sum of RGB (Red+Green+Blue) = 200+130+153=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88299 is #377D66. Grayscale: #999999. Windows color (decimal): -3636583 or 10060488. OLE color: 10060488.

HSL color Cylindrical-coordinate representation of color #C88299: hue angle of 340.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88299 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 153 -
CMYK 0 0.35 0.24 0.22
HSL 340.29º 0.39% 0.65% -
HSV(B) 340.29º 0.35% 0.78% -
XYZ 37.55 30.54 34.05 -
YUV 153.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 200 130 153 0 0.35 0.24 0.22 340.29 0.39 0.65
Hex C8 82 99 0 23 18 16 154 27 41
Octal 310 202 231 0 43 30 26 524 47 101
Binary 11001000 10000010 10011001 0 100011 11000 10110 101010100 100111 1000001

Color Harmonies of #C88299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88299

Black with #C88299

Text Example


Text Example

White with #C88299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88299; }

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

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

background-color css

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

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

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

border-color css

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

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

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