#C4B595

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

Shades of Akaroa #C4B595

Tints of Akaroa #C4B595

Color information

#C4B595 (or 0xC4B595) is unknown color: approx Akaroa. HEX triplet: C4, B5 and 95. RGB value is (196,181,149). Sum of RGB (Red+Green+Blue) = 196+181+149=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B595 is #3B4A6A. Grayscale: #B5B5B5. Windows color (decimal): -3885675 or 9811396. OLE color: 9811396.

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

Color convert

RGB196181149-
CMYK00.080.240.23
HSL40.85º28.48%67.65%-
HSV(B)40.85º23.98%76.86%-
XYZ44.7146.9535.14-
YUV181.84109.47138.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=37.26%
G=34.41%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618114900.080.240.2340.8528.4867.65
HexC4B595081817291c44
Octal30426522501030275134104
Binary110001001011010110010101010001100010111101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B595; }

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

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

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

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

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

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

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

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