#C2B491

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

Shades of Akaroa #C2B491

Tints of Akaroa #C2B491

Color information

#C2B491 (or 0xC2B491) is unknown color: approx Akaroa. HEX triplet: C2, B4 and 91. RGB value is (194,180,145). Sum of RGB (Red+Green+Blue) = 194+180+145=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B491 is #3D4B6E. Grayscale: #B4B4B4. Windows color (decimal): -4017007 or 9548994. OLE color: 9548994.

HSL color Cylindrical-coordinate representation of color #C2B491: hue angle of 42.86º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B491 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB194180145-
CMYK00.070.250.24
HSL42.86º28.65%66.47%-
HSV(B)42.86º25.26%76.08%-
XYZ43.6846.1633.39-
YUV180.2108.14137.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=37.38%
G=34.68%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418014500.070.250.2442.8628.6566.47
HexC2B4910719182b1d42
Octal3022642210731305335102
Binary11000010101101001001000101111100111000101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B491; }

 p { color: rgb(194,180,145); }

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

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

 a { background-color: rgb(194,180,145); }

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

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

 span { border-color: rgb(194,180,145); }

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