Html Css Color HEX #C9868B Puce

📋 copy color: '#C9868B'

red 201 ◦ green 134 ◦ blue 139

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

Shades of Puce #C9868B

Tints of Puce #C9868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 42.41%
G = 28.27%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9868B (or 0xC9868B) is known color: Puce. HEX triplet: C9, 86 and 8B. RGB value is (201,134,139). Sum of RGB (Red+Green+Blue) = 201+134+139=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9868B is #367974. Grayscale: #9A9A9A. Windows color (decimal): -3570037 or 9144009. OLE color: 9144009.

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

Color convert

RGB 201 134 139 -
CMYK 0 0.33 0.31 0.21
HSL 355.52º 0.38% 0.66% -
HSV(B) 355.52º 0.33% 0.79% -
XYZ 37.27 31.33 28.51 -
YUV 154.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 201 134 139 0 0.33 0.31 0.21 355.52 0.38 0.66
Hex C9 86 8B 0 21 1F 15 164 26 42
Octal 311 206 213 0 41 37 25 544 46 102
Binary 11001001 10000110 10001011 0 100001 11111 10101 101100100 100110 1000010

Color Harmonies of #C9868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9868B

Black with #C9868B

Text Example


Text Example

White with #C9868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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