#C6CAB4

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

Shades of Harp #C6CAB4

Tints of Harp #C6CAB4

Color information

#C6CAB4 (or 0xC6CAB4) is unknown color: approx Harp. HEX triplet: C6, CA and B4. RGB value is (198,202,180). Sum of RGB (Red+Green+Blue) = 198+202+180=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAB4 is #39354B. Grayscale: #C6C6C6. Windows color (decimal): -3749196 or 11848390. OLE color: 11848390.

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

Color convert

RGB198202180-
CMYK0.0200.110.21
HSL70.91º17.19%74.9%-
HSV(B)70.91º10.89%79.22%-
XYZ52.6557.5451.51-
YUV198.3117.67127.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=34.14%
G=34.83%
B=31.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021800.0200.110.2170.9117.1974.9
HexC6CAB420B1547114b
Octal30631226420132510721113
Binary1100011011001010101101001001011101011000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAB4; }

 p { color: rgb(198,202,180); }

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

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

 a { background-color: rgb(198,202,180); }

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

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

 span { border-color: rgb(198,202,180); }

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