#C5B491

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

Shades of Akaroa #C5B491

Tints of Akaroa #C5B491

Color information

#C5B491 (or 0xC5B491) is unknown color: approx Akaroa. HEX triplet: C5, B4 and 91. RGB value is (197,180,145). Sum of RGB (Red+Green+Blue) = 197+180+145=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B491 is #3A4B6E. Grayscale: #B5B5B5. Windows color (decimal): -3820399 or 9548997. OLE color: 9548997.

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

Color convert

RGB197180145-
CMYK00.090.260.23
HSL40.38º30.95%67.06%-
HSV(B)40.38º26.4%77.25%-
XYZ44.4646.5633.43-
YUV181.09107.63139.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=37.74%
G=34.48%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718014500.090.260.2340.3830.9567.06
HexC5B491091A17281f43
Octal30526422101132275037103
Binary110001011011010010010001010011101010111101000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B491; }

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

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

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

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

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

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

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

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