#C2B193

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

Shades of Akaroa #C2B193

Tints of Akaroa #C2B193

Color information

#C2B193 (or 0xC2B193) is unknown color: approx Akaroa. HEX triplet: C2, B1 and 93. RGB value is (194,177,147). Sum of RGB (Red+Green+Blue) = 194+177+147=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B193 is #3D4E6C. Grayscale: #B2B2B2. Windows color (decimal): -4017773 or 9679298. OLE color: 9679298.

HSL color Cylindrical-coordinate representation of color #C2B193: hue angle of 38.3º degrees, saturation: 0.28, 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 #C2B193 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194177147-
CMYK00.090.240.24
HSL38.3º27.81%66.86%-
HSV(B)38.3º24.23%76.08%-
XYZ43.2445.0234.01-
YUV178.66110.13138.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=37.45%
G=34.17%
B=28.38%

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
Decimal19417714700.090.240.2438.327.8166.86
HexC2B193091818261c43
Octal30226122301130304634103
Binary110000101011000110010011010011100011000100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B193; }

 p { color: rgb(194,177,147); }

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

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

 a { background-color: rgb(194,177,147); }

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

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

 span { border-color: rgb(194,177,147); }

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