#C5CCB6

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

Shades of Harp #C5CCB6

Tints of Harp #C5CCB6

Color information

#C5CCB6 (or 0xC5CCB6) is unknown color: approx Harp. HEX triplet: C5, CC and B6. RGB value is (197,204,182). Sum of RGB (Red+Green+Blue) = 197+204+182=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCB6 is #3A3349. Grayscale: #C7C7C7. Windows color (decimal): -3814218 or 11979973. OLE color: 11979973.

HSL color Cylindrical-coordinate representation of color #C5CCB6: hue angle of 79.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CCB6 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB197204182-
CMYK0.0300.110.2
HSL79.09º17.74%75.69%-
HSV(B)79.09º10.78%80%-
XYZ53.0658.4352.74-
YUV199.4118.18126.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=33.79%
G=34.99%
B=31.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041820.0300.110.279.0917.7475.69
HexC5CCB630B144f124c
Octal30531426630132411722114
Binary1100010111001100101101101101011101001001111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCB6; }

 p { color: rgb(197,204,182); }

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

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

 a { background-color: rgb(197,204,182); }

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

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

 span { border-color: rgb(197,204,182); }

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