#C2B590

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

Shades of Akaroa #C2B590

Tints of Akaroa #C2B590

Color information

#C2B590 (or 0xC2B590) is unknown color: approx Akaroa. HEX triplet: C2, B5 and 90. RGB value is (194,181,144). Sum of RGB (Red+Green+Blue) = 194+181+144=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B590 is #3D4A6F. Grayscale: #B4B4B4. Windows color (decimal): -4016752 or 9483714. OLE color: 9483714.

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

Color convert

RGB194181144-
CMYK00.070.260.24
HSL44.4º29.07%66.27%-
HSV(B)44.4º25.77%76.08%-
XYZ43.8146.5333.06-
YUV180.67107.31137.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=37.38%
G=34.87%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418114400.070.260.2444.429.0766.27
HexC2B590071A182c1d42
Octal3022652200732305435102
Binary11000010101101011001000001111101011000101100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B590; }

 p { color: rgb(194,181,144); }

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

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

 a { background-color: rgb(194,181,144); }

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

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

 span { border-color: rgb(194,181,144); }

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