#C8CAC4

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

Shades of Harp #C8CAC4

Tints of Harp #C8CAC4

Color information

#C8CAC4 (or 0xC8CAC4) is unknown color: approx Harp. HEX triplet: C8, CA and C4. RGB value is (200,202,196). Sum of RGB (Red+Green+Blue) = 200+202+196=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC4 is #37353B. Grayscale: #C8C8C8. Windows color (decimal): -3618108 or 12896968. OLE color: 12896968.

HSL color Cylindrical-coordinate representation of color #C8CAC4: hue angle of 80º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CAC4 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB200202196-
CMYK0.0100.030.21
HSL80º5.36%78.04%-
HSV(B)80º2.97%79.22%-
XYZ54.958.5160.62-
YUV200.72125.34127.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 196 (76.95% from 255) = 32.78%
R=33.44%
G=33.78%
B=32.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021960.0100.030.21805.3678.04
HexC8CAC4103155054e
Octal310312304103251205116
Binary11001000110010101100010010111010110100001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAC4; }

 p { color: rgb(200,202,196); }

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

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

 a { background-color: rgb(200,202,196); }

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

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

 span { border-color: rgb(200,202,196); }

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