#C8CABB

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

Shades of Harp #C8CABB

Tints of Harp #C8CABB

Color information

#C8CABB (or 0xC8CABB) is unknown color: approx Harp. HEX triplet: C8, CA and BB. RGB value is (200,202,187). Sum of RGB (Red+Green+Blue) = 200+202+187=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CABB is #373544. Grayscale: #C7C7C7. Windows color (decimal): -3618117 or 12307144. OLE color: 12307144.

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

Color convert

RGB200202187-
CMYK0.0100.070.21
HSL68º12.4%76.27%-
HSV(B)68º7.43%79.22%-
XYZ53.9158.1155.39-
YUV199.69120.84128.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=33.96%
G=34.30%
B=31.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021870.0100.070.216812.476.27
HexC8CABB1071544c4c
Octal3103122731072510414114
Binary1100100011001010101110111011110101100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CABB; }

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

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

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

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

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

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

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

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