Html Css Color HEX #C88B9A Puce

📋 copy color: '#C88B9A'

red 200 ◦ green 139 ◦ blue 154

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

Shades of Puce #C88B9A

Tints of Puce #C88B9A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 40.57%
G = 28.19%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C88B9A (or 0xC88B9A) is known color: Puce. HEX triplet: C8, 8B and 9A. RGB value is (200,139,154). Sum of RGB (Red+Green+Blue) = 200+139+154=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B9A is #377465. Grayscale: #9E9E9E. Windows color (decimal): -3634278 or 10128328. OLE color: 10128328.

HSL color Cylindrical-coordinate representation of color #C88B9A: hue angle of 345.25º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88B9A is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 154 -
CMYK 0 0.30 0.23 0.22
HSL 345.25º 0.36% 0.66% -
HSV(B) 345.25º 0.31% 0.78% -
XYZ 38.88 33.08 34.91 -
YUV 158.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 200 139 154 0 0.30 0.23 0.22 345.25 0.36 0.66
Hex C8 8B 9A 0 1E 17 16 159 24 42
Octal 310 213 232 0 36 27 26 531 44 102
Binary 11001000 10001011 10011010 0 11110 10111 10110 101011001 100100 1000010

Color Harmonies of #C88B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B9A

Black with #C88B9A

Text Example


Text Example

White with #C88B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B9A; }

 p { color: rgb(200,139,154); }

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

background-color css

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

 a { background-color: rgb(200,139,154); }

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

border-color css

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

 span { border-color: rgb(200,139,154); }

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