#C5B796

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

Shades of Akaroa #C5B796

Tints of Akaroa #C5B796

Color information

#C5B796 (or 0xC5B796) is unknown color: approx Akaroa. HEX triplet: C5, B7 and 96. RGB value is (197,183,150). Sum of RGB (Red+Green+Blue) = 197+183+150=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B796 is #3A4869. Grayscale: #B7B7B7. Windows color (decimal): -3819626 or 9877445. OLE color: 9877445.

HSL color Cylindrical-coordinate representation of color #C5B796: hue angle of 42.13º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B796 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB197183150-
CMYK00.070.240.23
HSL42.13º28.83%68.04%-
HSV(B)42.13º23.86%77.25%-
XYZ45.4647.9435.71-
YUV183.42109.14137.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=37.17%
G=34.53%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718315000.070.240.2342.1328.8368.04
HexC5B7960718172a1d44
Octal3052672260730275235104
Binary11000101101101111001011001111100010111101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B796; }

 p { color: rgb(197,183,150); }

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

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

 a { background-color: rgb(197,183,150); }

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

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

 span { border-color: rgb(197,183,150); }

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