#C3B796

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

Shades of Akaroa #C3B796

Tints of Akaroa #C3B796

Color information

#C3B796 (or 0xC3B796) is unknown color: approx Akaroa. HEX triplet: C3, B7 and 96. RGB value is (195,183,150). Sum of RGB (Red+Green+Blue) = 195+183+150=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B796 is #3C4869. Grayscale: #B6B6B6. Windows color (decimal): -3950698 or 9877443. OLE color: 9877443.

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

Color convert

RGB195183150-
CMYK00.060.230.24
HSL44º27.27%67.65%-
HSV(B)44º23.08%76.47%-
XYZ44.9447.6735.69-
YUV182.83109.48136.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=36.93%
G=34.66%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518315000.060.230.244427.2767.65
HexC3B7960617182c1b44
Octal3032672260627305433104
Binary11000011101101111001011001101011111000101100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B796; }

 p { color: rgb(195,183,150); }

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

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

 a { background-color: rgb(195,183,150); }

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

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

 span { border-color: rgb(195,183,150); }

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