Html Css Color HEX #C88292 Puce

📋 copy color: '#C88292'

red 200 ◦ green 130 ◦ blue 146

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

Shades of Puce #C88292

Tints of Puce #C88292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 42.02%
G = 27.31%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C88292 (or 0xC88292) is known color: Puce. HEX triplet: C8, 82 and 92. RGB value is (200,130,146). Sum of RGB (Red+Green+Blue) = 200+130+146=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88292 is #377D6D. Grayscale: #989898. Windows color (decimal): -3636590 or 9601736. OLE color: 9601736.

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

Color convert

RGB 200 130 146 -
CMYK 0 0.35 0.27 0.22
HSL 346.29º 0.39% 0.65% -
HSV(B) 346.29º 0.35% 0.78% -
XYZ 36.99 30.32 31.1 -
YUV 152.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 200 130 146 0 0.35 0.27 0.22 346.29 0.39 0.65
Hex C8 82 92 0 23 1B 16 15A 27 41
Octal 310 202 222 0 43 33 26 532 47 101
Binary 11001000 10000010 10010010 0 100011 11011 10110 101011010 100111 1000001

Color Harmonies of #C88292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88292

Black with #C88292

Text Example


Text Example

White with #C88292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88292; }

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

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

background-color css

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

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

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

border-color css

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

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

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