#C5B392

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

Shades of Akaroa #C5B392

Tints of Akaroa #C5B392

Color information

#C5B392 (or 0xC5B392) is unknown color: approx Akaroa. HEX triplet: C5, B3 and 92. RGB value is (197,179,146). Sum of RGB (Red+Green+Blue) = 197+179+146=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B392 is #3A4C6D. Grayscale: #B4B4B4. Windows color (decimal): -3820654 or 9614277. OLE color: 9614277.

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

Color convert

RGB197179146-
CMYK00.090.260.23
HSL38.82º30.54%67.25%-
HSV(B)38.82º25.89%77.25%-
XYZ44.3346.1933.77-
YUV180.62108.46139.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=37.74%
G=34.29%
B=27.97%

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
Decimal19717914600.090.260.2338.8230.5467.25
HexC5B392091A17271f43
Octal30526322201132274737103
Binary110001011011001110010010010011101010111100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B392; }

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

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

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

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

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

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

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

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