#C2B095

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

Shades of Akaroa #C2B095

Tints of Akaroa #C2B095

Color information

#C2B095 (or 0xC2B095) is unknown color: approx Akaroa. HEX triplet: C2, B0 and 95. RGB value is (194,176,149). Sum of RGB (Red+Green+Blue) = 194+176+149=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B095 is #3D4F6A. Grayscale: #B2B2B2. Windows color (decimal): -4018027 or 9810114. OLE color: 9810114.

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

Color convert

RGB194176149-
CMYK00.090.230.24
HSL36º26.95%67.25%-
HSV(B)36º23.2%76.08%-
XYZ43.244.6934.78-
YUV178.3111.46139.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=37.38%
G=33.91%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417614900.090.230.243626.9567.25
HexC2B095091718241b43
Octal30226022501127304433103
Binary110000101011000010010101010011011111000100100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B095; }

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

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

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

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

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

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

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

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