#C2B595

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

Shades of Akaroa #C2B595

Tints of Akaroa #C2B595

Color information

#C2B595 (or 0xC2B595) is unknown color: approx Akaroa. HEX triplet: C2, B5 and 95. RGB value is (194,181,149). Sum of RGB (Red+Green+Blue) = 194+181+149=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B595 is #3D4A6A. Grayscale: #B5B5B5. Windows color (decimal): -4016747 or 9811394. OLE color: 9811394.

HSL color Cylindrical-coordinate representation of color #C2B595: hue angle of 42.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 #C2B595 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB194181149-
CMYK00.070.230.24
HSL42.67º26.95%67.25%-
HSV(B)42.67º23.2%76.08%-
XYZ44.246.6935.12-
YUV181.24109.81137.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=37.02%
G=34.54%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418114900.070.230.2442.6726.9567.25
HexC2B5950717182b1b43
Octal3022652250727305333103
Binary11000010101101011001010101111011111000101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B595; }

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

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

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

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

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

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

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

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