#C3B59A

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

Shades of Akaroa #C3B59A

Tints of Akaroa #C3B59A

Color information

#C3B59A (or 0xC3B59A) is unknown color: approx Akaroa. HEX triplet: C3, B5 and 9A. RGB value is (195,181,154). Sum of RGB (Red+Green+Blue) = 195+181+154=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B59A is #3C4A65. Grayscale: #B6B6B6. Windows color (decimal): -3951206 or 10139075. OLE color: 10139075.

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

Color convert

RGB195181154-
CMYK00.070.210.24
HSL39.51º25.47%68.43%-
HSV(B)39.51º21.03%76.47%-
XYZ44.8646.9837.28-
YUV182.11112.14137.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=36.79%
G=34.15%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518115400.070.210.2439.5125.4768.43
HexC3B59A071518281944
Octal3032652320725305031104
Binary11000011101101011001101001111010111000101000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B59A; }

 p { color: rgb(195,181,154); }

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

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

 a { background-color: rgb(195,181,154); }

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

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

 span { border-color: rgb(195,181,154); }

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