#C7CDBB

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

Shades of Harp #C7CDBB

Tints of Harp #C7CDBB

Color information

#C7CDBB (or 0xC7CDBB) is unknown color: approx Harp. HEX triplet: C7, CD and BB. RGB value is (199,205,187). Sum of RGB (Red+Green+Blue) = 199+205+187=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDBB is #383244. Grayscale: #C9C9C9. Windows color (decimal): -3682885 or 12307911. OLE color: 12307911.

HSL color Cylindrical-coordinate representation of color #C7CDBB: hue angle of 80º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CDBB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB199205187-
CMYK0.0300.090.20
HSL80º15.25%76.86%-
HSV(B)80º8.78%80.39%-
XYZ54.3559.3955.61-
YUV201.15120.01126.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=33.67%
G=34.69%
B=31.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051870.0300.090.208015.2576.86
HexC7CDBB3091450f4d
Octal30731527330112412017115
Binary110001111100110110111011110100110100101000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDBB; }

 p { color: rgb(199,205,187); }

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

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

 a { background-color: rgb(199,205,187); }

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

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

 span { border-color: rgb(199,205,187); }

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