#C4B590

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

Shades of Akaroa #C4B590

Tints of Akaroa #C4B590

Color information

#C4B590 (or 0xC4B590) is unknown color: approx Akaroa. HEX triplet: C4, B5 and 90. RGB value is (196,181,144). Sum of RGB (Red+Green+Blue) = 196+181+144=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B590 is #3B4A6F. Grayscale: #B5B5B5. Windows color (decimal): -3885680 or 9483716. OLE color: 9483716.

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

Color convert

RGB196181144-
CMYK00.080.270.23
HSL42.69º30.59%66.67%-
HSV(B)42.69º26.53%76.86%-
XYZ44.3246.833.08-
YUV181.27106.97138.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=37.62%
G=34.74%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618114400.080.270.2342.6930.5966.67
HexC4B590081B172b1f43
Octal30426522001033275337103
Binary110001001011010110010000010001101110111101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B590; }

 p { color: rgb(196,181,144); }

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

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

 a { background-color: rgb(196,181,144); }

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

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

 span { border-color: rgb(196,181,144); }

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