Html Css Color HEX #C88294 Puce

📋 copy color: '#C88294'

red 200 ◦ green 130 ◦ blue 148

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

Shades of Puce #C88294

Tints of Puce #C88294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 41.84%
G = 27.2%
B = 30.96%

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

#C88294 (or 0xC88294) is known color: Puce. HEX triplet: C8, 82 and 94. RGB value is (200,130,148). Sum of RGB (Red+Green+Blue) = 200+130+148=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C88294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88294 is #377D6B. Grayscale: #989898. Windows color (decimal): -3636588 or 9732808. OLE color: 9732808.

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

Color convert

RGB 200 130 148 -
CMYK 0 0.35 0.26 0.22
HSL 344.57º 0.39% 0.65% -
HSV(B) 344.57º 0.35% 0.78% -
XYZ 37.15 30.38 31.92 -
YUV 152.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 200 130 148 0 0.35 0.26 0.22 344.57 0.39 0.65
Hex C8 82 94 0 23 1A 16 159 27 41
Octal 310 202 224 0 43 32 26 531 47 101
Binary 11001000 10000010 10010100 0 100011 11010 10110 101011001 100111 1000001

Color Harmonies of #C88294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88294

Black with #C88294

Text Example


Text Example

White with #C88294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88294; }

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

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

background-color css

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

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

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

border-color css

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

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

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