Html Css Color HEX #C9848B Puce

📋 copy color: '#C9848B'

red 201 ◦ green 132 ◦ blue 139

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

Shades of Puce #C9848B

Tints of Puce #C9848B

RGB

 RED value IS 201 (78.91% from 255) = 42.58%

 GREEN value IS 132 (51.95% from 255) = 27.97%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 42.58%
G = 27.97%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9848B (or 0xC9848B) is known color: Puce. HEX triplet: C9, 84 and 8B. RGB value is (201,132,139). Sum of RGB (Red+Green+Blue) = 201+132+139=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9848B is #367B74. Grayscale: #999999. Windows color (decimal): -3570549 or 9143497. OLE color: 9143497.

HSL color Cylindrical-coordinate representation of color #C9848B: hue angle of 353.91º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9848B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 139 -
CMYK 0 0.34 0.31 0.21
HSL 353.91º 0.39% 0.65% -
HSV(B) 353.91º 0.34% 0.79% -
XYZ 37 30.78 28.42 -
YUV 153.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 201 132 139 0 0.34 0.31 0.21 353.91 0.39 0.65
Hex C9 84 8B 0 22 1F 15 162 27 41
Octal 311 204 213 0 42 37 25 542 47 101
Binary 11001001 10000100 10001011 0 100010 11111 10101 101100010 100111 1000001

Color Harmonies of #C9848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9848B

Black with #C9848B

Text Example


Text Example

White with #C9848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9848B; }

 p { color: rgb(201,132,139); }

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

background-color css

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

 a { background-color: rgb(201,132,139); }

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

border-color css

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

 span { border-color: rgb(201,132,139); }

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