#C4B699

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

Shades of Akaroa #C4B699

Tints of Akaroa #C4B699

Color information

#C4B699 (or 0xC4B699) is unknown color: approx Akaroa. HEX triplet: C4, B6 and 99. RGB value is (196,182,153). Sum of RGB (Red+Green+Blue) = 196+182+153=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B699 is #3B4966. Grayscale: #B7B7B7. Windows color (decimal): -3885415 or 10073796. OLE color: 10073796.

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

Color convert

RGB196182153-
CMYK00.070.220.23
HSL40.47º26.71%68.43%-
HSV(B)40.47º21.94%76.86%-
XYZ45.2447.4936.92-
YUV182.88111.14137.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=36.91%
G=34.27%
B=28.81%

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
Decimal19618215300.070.220.2340.4726.7168.43
HexC4B699071617281b44
Octal3042662310726275033104
Binary11000100101101101001100101111011010111101000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B699; }

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

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

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

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

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

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

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

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