#C8828A

Color #C8828A Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C8828A

Tints of Charm #C8828A

Color information

#C8828A (or 0xC8828A) is unknown color: approx Charm. HEX triplet: C8, 82 and 8A. RGB value is (200,130,138). Sum of RGB (Red+Green+Blue) = 200+130+138=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828A is #377D75. Grayscale: #979797. Windows color (decimal): -3636598 or 9077448. OLE color: 9077448.

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

Color convert

RGB200130138-
CMYK00.350.310.22
HSL353.14º38.89%64.71%-
HSV(B)353.14º35%78.43%-
XYZ36.3930.0827.93-
YUV151.84120.19162.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=42.74%
G=27.78%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013013800.350.310.22353.1438.8964.71
HexC8828A0231F161612741
Octal310202212043372654147101
Binary110010001000001010001010010001111111101101011000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8828A; }

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

 H1.HeaderClassName
 {
   color: #C8828A;
 }
 .AnyTagClassName
 {
   color: #C8828A;
 }
</style>
background-color css

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

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

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

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

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

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