#C5B390

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

Shades of Akaroa #C5B390

Tints of Akaroa #C5B390

Color information

#C5B390 (or 0xC5B390) is unknown color: approx Akaroa. HEX triplet: C5, B3 and 90. RGB value is (197,179,144). Sum of RGB (Red+Green+Blue) = 197+179+144=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B390 is #3A4C6F. Grayscale: #B4B4B4. Windows color (decimal): -3820656 or 9483205. OLE color: 9483205.

HSL color Cylindrical-coordinate representation of color #C5B390: hue angle of 39.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B390 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197179144-
CMYK00.090.270.23
HSL39.62º31.36%66.86%-
HSV(B)39.62º26.9%77.25%-
XYZ44.1846.1232.96-
YUV180.39107.46139.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=37.88%
G=34.42%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717914400.090.270.2339.6231.3666.86
HexC5B390091B17281f43
Octal30526322001133275037103
Binary110001011011001110010000010011101110111101000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B390; }

 p { color: rgb(197,179,144); }

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

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

 a { background-color: rgb(197,179,144); }

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

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

 span { border-color: rgb(197,179,144); }

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