#C4B392

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

Shades of Akaroa #C4B392

Tints of Akaroa #C4B392

Color information

#C4B392 (or 0xC4B392) is unknown color: approx Akaroa. HEX triplet: C4, B3 and 92. RGB value is (196,179,146). Sum of RGB (Red+Green+Blue) = 196+179+146=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B392 is #3B4C6D. Grayscale: #B4B4B4. Windows color (decimal): -3886190 or 9614276. OLE color: 9614276.

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

Color convert

RGB196179146-
CMYK00.090.260.23
HSL39.6º29.76%67.06%-
HSV(B)39.6º25.51%76.86%-
XYZ44.0746.0533.76-
YUV180.32108.63139.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=37.62%
G=34.36%
B=28.02%

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
Decimal19617914600.090.260.2339.629.7667.06
HexC4B392091A17281e43
Octal30426322201132275036103
Binary110001001011001110010010010011101010111101000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B392; }

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

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

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

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

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

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

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

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