#C8CCBE

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

Shades of Harp #C8CCBE

Tints of Harp #C8CCBE

Color information

#C8CCBE (or 0xC8CCBE) is unknown color: approx Harp. HEX triplet: C8, CC and BE. RGB value is (200,204,190). Sum of RGB (Red+Green+Blue) = 200+204+190=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCBE is #373341. Grayscale: #C9C9C9. Windows color (decimal): -3617602 or 12504264. OLE color: 12504264.

HSL color Cylindrical-coordinate representation of color #C8CCBE: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CCBE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB200204190-
CMYK0.0200.070.2
HSL77.14º12.07%77.25%-
HSV(B)77.14º6.86%80%-
XYZ54.7159.1857.26-
YUV201.21121.67127.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=33.67%
G=34.34%
B=31.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041900.0200.070.277.1412.0777.25
HexC8CCBE207144dc4d
Octal3103142762072411514115
Binary11001000110011001011111010011110100100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCBE; }

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

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

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

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

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

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

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

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