#C2B29A

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

Shades of Akaroa #C2B29A

Tints of Akaroa #C2B29A

Color information

#C2B29A (or 0xC2B29A) is unknown color: approx Akaroa. HEX triplet: C2, B2 and 9A. RGB value is (194,178,154). Sum of RGB (Red+Green+Blue) = 194+178+154=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29A is #3D4D65. Grayscale: #B4B4B4. Windows color (decimal): -4017510 or 10138306. OLE color: 10138306.

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

Color convert

RGB194178154-
CMYK00.080.210.24
HSL36º24.69%68.24%-
HSV(B)36º20.62%76.08%-
XYZ4445.6437.06-
YUV180.05113.3137.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=36.88%
G=33.84%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417815400.080.210.243624.6968.24
HexC2B29A081518241944
Octal30226223201025304431104
Binary110000101011001010011010010001010111000100100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B29A; }

 p { color: rgb(194,178,154); }

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

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

 a { background-color: rgb(194,178,154); }

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

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

 span { border-color: rgb(194,178,154); }

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