Html Css Color HEX #C88093 Puce

📋 copy color: '#C88093'

red 200 ◦ green 128 ◦ blue 147

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

Shades of Puce #C88093

Tints of Puce #C88093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.95%

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

R = 42.11%
G = 26.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88093 (or 0xC88093) is known color: Puce. HEX triplet: C8, 80 and 93. RGB value is (200,128,147). Sum of RGB (Red+Green+Blue) = 200+128+147=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C88093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88093 is #377F6C. Grayscale: #979797. Windows color (decimal): -3637101 or 9666760. OLE color: 9666760.

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

Color convert

RGB 200 128 147 -
CMYK 0 0.36 0.26 0.22
HSL 344.17º 0.4% 0.64% -
HSV(B) 344.17º 0.36% 0.78% -
XYZ 36.81 29.82 31.42 -
YUV 151.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 200 128 147 0 0.36 0.26 0.22 344.17 0.4 0.64
Hex C8 80 93 0 24 1A 16 158 28 40
Octal 310 200 223 0 44 32 26 530 50 100
Binary 11001000 10000000 10010011 0 100100 11010 10110 101011000 101000 1000000

Color Harmonies of #C88093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88093

Black with #C88093

Text Example


Text Example

White with #C88093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88093; }

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

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

background-color css

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

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

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

border-color css

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

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

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