#C8CABD

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

Shades of Harp #C8CABD

Tints of Harp #C8CABD

Color information

#C8CABD (or 0xC8CABD) is unknown color: approx Harp. HEX triplet: C8, CA and BD. RGB value is (200,202,189). Sum of RGB (Red+Green+Blue) = 200+202+189=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CABD is #373542. Grayscale: #C7C7C7. Windows color (decimal): -3618115 or 12438216. OLE color: 12438216.

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

Color convert

RGB200202189-
CMYK0.0100.060.21
HSL69.23º10.92%76.67%-
HSV(B)69.23º6.44%79.22%-
XYZ54.1358.1956.52-
YUV199.92121.84128.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=33.84%
G=34.18%
B=31.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021890.0100.060.2169.2310.9276.67
HexC8CABD1061545b4d
Octal3103122751062510513115
Binary1100100011001010101111011011010101100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CABD; }

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

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

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

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

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

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

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

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