#C2B895

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

Shades of Akaroa #C2B895

Tints of Akaroa #C2B895

Color information

#C2B895 (or 0xC2B895) is unknown color: approx Akaroa. HEX triplet: C2, B8 and 95. RGB value is (194,184,149). Sum of RGB (Red+Green+Blue) = 194+184+149=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B895 is #3D476A. Grayscale: #B7B7B7. Windows color (decimal): -4015979 or 9812162. OLE color: 9812162.

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

Color convert

RGB194184149-
CMYK00.050.230.24
HSL46.67º26.95%67.25%-
HSV(B)46.67º23.2%76.08%-
XYZ44.8147.9235.32-
YUV183108.81135.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=36.81%
G=34.91%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418414900.050.230.2446.6726.9567.25
HexC2B8950517182f1b43
Octal3022702250527305733103
Binary11000010101110001001010101011011111000101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B895; }

 p { color: rgb(194,184,149); }

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

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

 a { background-color: rgb(194,184,149); }

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

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

 span { border-color: rgb(194,184,149); }

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