#C3B69A

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

Shades of Akaroa #C3B69A

Tints of Akaroa #C3B69A

Color information

#C3B69A (or 0xC3B69A) is unknown color: approx Akaroa. HEX triplet: C3, B6 and 9A. RGB value is (195,182,154). Sum of RGB (Red+Green+Blue) = 195+182+154=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B69A is #3C4965. Grayscale: #B6B6B6. Windows color (decimal): -3950950 or 10139331. OLE color: 10139331.

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

Color convert

RGB195182154-
CMYK00.070.210.24
HSL40.98º25.47%68.43%-
HSV(B)40.98º21.03%76.47%-
XYZ45.0747.3937.34-
YUV182.7111.81136.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=36.72%
G=34.27%
B=29.00%

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
Decimal19518215400.070.210.2440.9825.4768.43
HexC3B69A071518291944
Octal3032662320725305131104
Binary11000011101101101001101001111010111000101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B69A; }

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

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

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

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

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

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

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

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