Html Css Color HEX #C88393 Puce

📋 copy color: '#C88393'

red 200 ◦ green 131 ◦ blue 147

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

Shades of Puce #C88393

Tints of Puce #C88393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

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

R = 41.84%
G = 27.41%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88393 (or 0xC88393) is known color: Puce. HEX triplet: C8, 83 and 93. RGB value is (200,131,147). Sum of RGB (Red+Green+Blue) = 200+131+147=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C88393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88393 is #377C6C. Grayscale: #999999. Windows color (decimal): -3636333 or 9667528. OLE color: 9667528.

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

Color convert

RGB 200 131 147 -
CMYK 0 0.34 0.26 0.22
HSL 346.09º 0.39% 0.65% -
HSV(B) 346.09º 0.35% 0.78% -
XYZ 37.2 30.62 31.55 -
YUV 153.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 200 131 147 0 0.34 0.26 0.22 346.09 0.39 0.65
Hex C8 83 93 0 22 1A 16 15A 27 41
Octal 310 203 223 0 42 32 26 532 47 101
Binary 11001000 10000011 10010011 0 100010 11010 10110 101011010 100111 1000001

Color Harmonies of #C88393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88393

Black with #C88393

Text Example


Text Example

White with #C88393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88393; }

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

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

background-color css

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

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

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

border-color css

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

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

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