Html Css Color HEX #C88693 Puce

📋 copy color: '#C88693'

red 200 ◦ green 134 ◦ blue 147

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

Shades of Puce #C88693

Tints of Puce #C88693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.86%

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

R = 41.58%
G = 27.86%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88693 (or 0xC88693) is known color: Puce. HEX triplet: C8, 86 and 93. RGB value is (200,134,147). Sum of RGB (Red+Green+Blue) = 200+134+147=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88693 is #37796C. Grayscale: #9B9B9B. Windows color (decimal): -3635565 or 9668296. OLE color: 9668296.

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

Color convert

RGB 200 134 147 -
CMYK 0 0.33 0.26 0.22
HSL 348.18º 0.38% 0.65% -
HSV(B) 348.18º 0.33% 0.78% -
XYZ 37.61 31.44 31.69 -
YUV 155.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 200 134 147 0 0.33 0.26 0.22 348.18 0.38 0.65
Hex C8 86 93 0 21 1A 16 15C 26 41
Octal 310 206 223 0 41 32 26 534 46 101
Binary 11001000 10000110 10010011 0 100001 11010 10110 101011100 100110 1000001

Color Harmonies of #C88693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88693

Black with #C88693

Text Example


Text Example

White with #C88693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88693; }

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

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

background-color css

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

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

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

border-color css

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

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

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