#C2B799

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

Shades of Akaroa #C2B799

Tints of Akaroa #C2B799

Color information

#C2B799 (or 0xC2B799) is unknown color: approx Akaroa. HEX triplet: C2, B7 and 99. RGB value is (194,183,153). Sum of RGB (Red+Green+Blue) = 194+183+153=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B799 is #3D4866. Grayscale: #B7B7B7. Windows color (decimal): -4016231 or 10074050. OLE color: 10074050.

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

Color convert

RGB194183153-
CMYK00.060.210.24
HSL43.9º25.15%68.04%-
HSV(B)43.9º21.13%76.08%-
XYZ44.9347.6436.96-
YUV182.87111.14135.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 153 (60.16% from 255) = 28.87%
R=36.60%
G=34.53%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418315300.060.210.2443.925.1568.04
HexC2B7990615182c1944
Octal3022672310625305431104
Binary11000010101101111001100101101010111000101100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B799; }

 p { color: rgb(194,183,153); }

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

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

 a { background-color: rgb(194,183,153); }

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

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

 span { border-color: rgb(194,183,153); }

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