#C8CABE

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

Shades of Harp #C8CABE

Tints of Harp #C8CABE

Color information

#C8CABE (or 0xC8CABE) is unknown color: approx Harp. HEX triplet: C8, CA and BE. RGB value is (200,202,190). Sum of RGB (Red+Green+Blue) = 200+202+190=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CABE is #373541. Grayscale: #C8C8C8. Windows color (decimal): -3618114 or 12503752. OLE color: 12503752.

HSL color Cylindrical-coordinate representation of color #C8CABE: hue angle of 70º degrees, saturation: 0.1, 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 #C8CABE is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB200202190-
CMYK0.0100.060.21
HSL70º10.17%76.86%-
HSV(B)70º5.94%79.22%-
XYZ54.2358.2457.1-
YUV200.03122.34127.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=33.78%
G=34.12%
B=32.09%

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
Decimal2002021900.0100.060.217010.1776.86
HexC8CABE1061546a4d
Octal3103122761062510612115
Binary1100100011001010101111101011010101100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CABE; }

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

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

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

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

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

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

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

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