#C5B490

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

Shades of Akaroa #C5B490

Tints of Akaroa #C5B490

Color information

#C5B490 (or 0xC5B490) is unknown color: approx Akaroa. HEX triplet: C5, B4 and 90. RGB value is (197,180,144). Sum of RGB (Red+Green+Blue) = 197+180+144=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B490 is #3A4B6F. Grayscale: #B5B5B5. Windows color (decimal): -3820400 or 9483461. OLE color: 9483461.

HSL color Cylindrical-coordinate representation of color #C5B490: hue angle of 40.75º 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 #C5B490 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197180144-
CMYK00.090.270.23
HSL40.75º31.36%66.86%-
HSV(B)40.75º26.9%77.25%-
XYZ44.3846.5333.03-
YUV180.98107.13139.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=37.81%
G=34.55%
B=27.64%

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
Decimal19718014400.090.270.2340.7531.3666.86
HexC5B490091B17291f43
Octal30526422001133275137103
Binary110001011011010010010000010011101110111101001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B490; }

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

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

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

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

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

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

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

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