#C8CAC1

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

Shades of Harp #C8CAC1

Tints of Harp #C8CAC1

Color information

#C8CAC1 (or 0xC8CAC1) is unknown color: approx Harp. HEX triplet: C8, CA and C1. RGB value is (200,202,193). Sum of RGB (Red+Green+Blue) = 200+202+193=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC1 is #37353E. Grayscale: #C8C8C8. Windows color (decimal): -3618111 or 12700360. OLE color: 12700360.

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

Color convert

RGB200202193-
CMYK0.0100.040.21
HSL73.33º7.83%77.45%-
HSV(B)73.33º4.46%79.22%-
XYZ54.5758.3758.84-
YUV200.38123.84127.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=33.61%
G=33.95%
B=32.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021930.0100.040.2173.337.8377.45
HexC8CAC1104154984d
Octal3103123011042511110115
Binary1100100011001010110000011010010101100100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAC1; }

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

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

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

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

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

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

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

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