#C4B396

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

Shades of Akaroa #C4B396

Tints of Akaroa #C4B396

Color information

#C4B396 (or 0xC4B396) is unknown color: approx Akaroa. HEX triplet: C4, B3 and 96. RGB value is (196,179,150). Sum of RGB (Red+Green+Blue) = 196+179+150=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B396 is #3B4C69. Grayscale: #B4B4B4. Windows color (decimal): -3886186 or 9876420. OLE color: 9876420.

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

Color convert

RGB196179150-
CMYK00.090.230.23
HSL37.83º28.05%67.84%-
HSV(B)37.83º23.47%76.86%-
XYZ44.3946.1835.43-
YUV180.78110.63138.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=37.33%
G=34.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617915000.090.230.2337.8328.0567.84
HexC4B396091717261c44
Octal30426322601127274634104
Binary110001001011001110010110010011011110111100110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B396; }

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

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

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

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

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

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

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

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