Html Css Color HEX #C88B90 Puce

📋 copy color: '#C88B90'

red 200 ◦ green 139 ◦ blue 144

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

Shades of Puce #C88B90

Tints of Puce #C88B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 41.41%
G = 28.78%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88B90 (or 0xC88B90) is known color: Puce. HEX triplet: C8, 8B and 90. RGB value is (200,139,144). Sum of RGB (Red+Green+Blue) = 200+139+144=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B90 is #37746F. Grayscale: #9D9D9D. Windows color (decimal): -3634288 or 9472968. OLE color: 9472968.

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

Color convert

RGB 200 139 144 -
CMYK 0 0.30 0.28 0.22
HSL 355.08º 0.36% 0.66% -
HSV(B) 355.08º 0.31% 0.78% -
XYZ 38.09 32.76 30.7 -
YUV 157.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 200 139 144 0 0.30 0.28 0.22 355.08 0.36 0.66
Hex C8 8B 90 0 1E 1C 16 163 24 42
Octal 310 213 220 0 36 34 26 543 44 102
Binary 11001000 10001011 10010000 0 11110 11100 10110 101100011 100100 1000010

Color Harmonies of #C88B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B90

Black with #C88B90

Text Example


Text Example

White with #C88B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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