#C4B598

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

Shades of Akaroa #C4B598

Tints of Akaroa #C4B598

Color information

#C4B598 (or 0xC4B598) is unknown color: approx Akaroa. HEX triplet: C4, B5 and 98. RGB value is (196,181,152). Sum of RGB (Red+Green+Blue) = 196+181+152=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B598 is #3B4A67. Grayscale: #B6B6B6. Windows color (decimal): -3885672 or 10008004. OLE color: 10008004.

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

Color convert

RGB196181152-
CMYK00.080.220.23
HSL39.55º27.16%68.24%-
HSV(B)39.55º22.45%76.86%-
XYZ44.9647.0536.42-
YUV182.18110.97137.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=37.05%
G=34.22%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618115200.080.220.2339.5527.1668.24
HexC4B598081617281b44
Octal30426523001026275033104
Binary110001001011010110011000010001011010111101000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B598; }

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

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

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

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

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

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

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

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