#C4B698

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

Shades of Akaroa #C4B698

Tints of Akaroa #C4B698

Color information

#C4B698 (or 0xC4B698) is unknown color: approx Akaroa. HEX triplet: C4, B6 and 98. RGB value is (196,182,152). Sum of RGB (Red+Green+Blue) = 196+182+152=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B698 is #3B4967. Grayscale: #B6B6B6. Windows color (decimal): -3885416 or 10008260. OLE color: 10008260.

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

Color convert

RGB196182152-
CMYK00.070.220.23
HSL40.91º27.16%68.24%-
HSV(B)40.91º22.45%76.86%-
XYZ45.1647.4636.49-
YUV182.77110.64137.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=36.98%
G=34.34%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618215200.070.220.2340.9127.1668.24
HexC4B698071617291b44
Octal3042662300726275133104
Binary11000100101101101001100001111011010111101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B698; }

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

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

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

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

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

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

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

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