#C2B094

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

Shades of Akaroa #C2B094

Tints of Akaroa #C2B094

Color information

#C2B094 (or 0xC2B094) is unknown color: approx Akaroa. HEX triplet: C2, B0 and 94. RGB value is (194,176,148). Sum of RGB (Red+Green+Blue) = 194+176+148=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B094 is #3D4F6B. Grayscale: #B2B2B2. Windows color (decimal): -4018028 or 9744578. OLE color: 9744578.

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

Color convert

RGB194176148-
CMYK00.090.240.24
HSL36.52º27.38%67.06%-
HSV(B)36.52º23.71%76.08%-
XYZ43.1244.6634.36-
YUV178.19110.96139.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=37.45%
G=33.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417614800.090.240.2436.5227.3867.06
HexC2B094091818251b43
Octal30226022401130304533103
Binary110000101011000010010100010011100011000100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B094; }

 p { color: rgb(194,176,148); }

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

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

 a { background-color: rgb(194,176,148); }

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

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

 span { border-color: rgb(194,176,148); }

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