Html Css Color HEX #C8828B Puce

📋 copy color: '#C8828B'

red 200 ◦ green 130 ◦ blue 139

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

Shades of Puce #C8828B

Tints of Puce #C8828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

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

R = 42.64%
G = 27.72%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8828B (or 0xC8828B) is known color: Puce. HEX triplet: C8, 82 and 8B. RGB value is (200,130,139). Sum of RGB (Red+Green+Blue) = 200+130+139=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828B is #377D74. Grayscale: #979797. Windows color (decimal): -3636597 or 9142984. OLE color: 9142984.

HSL color Cylindrical-coordinate representation of color #C8828B: hue angle of 352.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8828B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 139 -
CMYK 0 0.35 0.30 0.22
HSL 352.29º 0.39% 0.65% -
HSV(B) 352.29º 0.35% 0.78% -
XYZ 36.46 30.11 28.32 -
YUV 151.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 200 130 139 0 0.35 0.30 0.22 352.29 0.39 0.65
Hex C8 82 8B 0 23 1E 16 160 27 41
Octal 310 202 213 0 43 36 26 540 47 101
Binary 11001000 10000010 10001011 0 100011 11110 10110 101100000 100111 1000001

Color Harmonies of #C8828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8828B

Black with #C8828B

Text Example


Text Example

White with #C8828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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