#C3B599

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

Shades of Akaroa #C3B599

Tints of Akaroa #C3B599

Color information

#C3B599 (or 0xC3B599) is unknown color: approx Akaroa. HEX triplet: C3, B5 and 99. RGB value is (195,181,153). Sum of RGB (Red+Green+Blue) = 195+181+153=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B599 is #3C4A66. Grayscale: #B6B6B6. Windows color (decimal): -3951207 or 10073539. OLE color: 10073539.

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

Color convert

RGB195181153-
CMYK00.070.220.24
HSL40º25.93%68.24%-
HSV(B)40º21.54%76.47%-
XYZ44.7846.9536.84-
YUV181.99111.64137.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=36.86%
G=34.22%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518115300.070.220.244025.9368.24
HexC3B599071618281a44
Octal3032652310726305032104
Binary11000011101101011001100101111011011000101000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B599; }

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

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

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

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

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

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

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

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