Html Css Color HEX #C88592 Puce

📋 copy color: '#C88592'

red 200 ◦ green 133 ◦ blue 146

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

Shades of Puce #C88592

Tints of Puce #C88592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

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

R = 41.75%
G = 27.77%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C88592 (or 0xC88592) is known color: Puce. HEX triplet: C8, 85 and 92. RGB value is (200,133,146). Sum of RGB (Red+Green+Blue) = 200+133+146=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88592 is #377A6D. Grayscale: #9A9A9A. Windows color (decimal): -3635822 or 9602504. OLE color: 9602504.

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

Color convert

RGB 200 133 146 -
CMYK 0 0.34 0.27 0.22
HSL 348.36º 0.38% 0.65% -
HSV(B) 348.36º 0.34% 0.78% -
XYZ 37.4 31.13 31.23 -
YUV 154.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 200 133 146 0 0.34 0.27 0.22 348.36 0.38 0.65
Hex C8 85 92 0 22 1B 16 15C 26 41
Octal 310 205 222 0 42 33 26 534 46 101
Binary 11001000 10000101 10010010 0 100010 11011 10110 101011100 100110 1000001

Color Harmonies of #C88592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88592

Black with #C88592

Text Example


Text Example

White with #C88592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88592; }

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

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

background-color css

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

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

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

border-color css

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

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

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