Html Css Color HEX #C88293 Puce

📋 copy color: '#C88293'

red 200 ◦ green 130 ◦ blue 147

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

Shades of Puce #C88293

Tints of Puce #C88293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 41.93%
G = 27.25%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88293 (or 0xC88293) is known color: Puce. HEX triplet: C8, 82 and 93. RGB value is (200,130,147). Sum of RGB (Red+Green+Blue) = 200+130+147=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C88293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88293 is #377D6C. Grayscale: #989898. Windows color (decimal): -3636589 or 9667272. OLE color: 9667272.

HSL color Cylindrical-coordinate representation of color #C88293: hue angle of 345.43º 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 #C88293 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 147 -
CMYK 0 0.35 0.26 0.22
HSL 345.43º 0.39% 0.65% -
HSV(B) 345.43º 0.35% 0.78% -
XYZ 37.07 30.35 31.51 -
YUV 152.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 200 130 147 0 0.35 0.26 0.22 345.43 0.39 0.65
Hex C8 82 93 0 23 1A 16 159 27 41
Octal 310 202 223 0 43 32 26 531 47 101
Binary 11001000 10000010 10010011 0 100011 11010 10110 101011001 100111 1000001

Color Harmonies of #C88293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88293

Black with #C88293

Text Example


Text Example

White with #C88293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88293; }

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

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

background-color css

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

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

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

border-color css

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

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

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