Html Css Color HEX #C8858A Puce

📋 copy color: '#C8858A'

red 200 ◦ green 133 ◦ blue 138

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

Shades of Puce #C8858A

Tints of Puce #C8858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 42.46%
G = 28.24%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8858A (or 0xC8858A) is known color: Puce. HEX triplet: C8, 85 and 8A. RGB value is (200,133,138). Sum of RGB (Red+Green+Blue) = 200+133+138=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8858A is #377A75. Grayscale: #999999. Windows color (decimal): -3635830 or 9078216. OLE color: 9078216.

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

Color convert

RGB 200 133 138 -
CMYK 0 0.34 0.31 0.22
HSL 355.52º 0.38% 0.65% -
HSV(B) 355.52º 0.34% 0.78% -
XYZ 36.79 30.89 28.07 -
YUV 153.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 200 133 138 0 0.34 0.31 0.22 355.52 0.38 0.65
Hex C8 85 8A 0 22 1F 16 164 26 41
Octal 310 205 212 0 42 37 26 544 46 101
Binary 11001000 10000101 10001010 0 100010 11111 10110 101100100 100110 1000001

Color Harmonies of #C8858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8858A

Black with #C8858A

Text Example


Text Example

White with #C8858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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