#C2B195

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

Shades of Akaroa #C2B195

Tints of Akaroa #C2B195

Color information

#C2B195 (or 0xC2B195) is unknown color: approx Akaroa. HEX triplet: C2, B1 and 95. RGB value is (194,177,149). Sum of RGB (Red+Green+Blue) = 194+177+149=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B195 is #3D4E6A. Grayscale: #B3B3B3. Windows color (decimal): -4017771 or 9810370. OLE color: 9810370.

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

Color convert

RGB194177149-
CMYK00.090.230.24
HSL37.33º26.95%67.25%-
HSV(B)37.33º23.2%76.08%-
XYZ43.445.0834.85-
YUV178.89111.13138.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=37.31%
G=34.04%
B=28.65%

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
Decimal19417714900.090.230.2437.3326.9567.25
HexC2B195091718251b43
Octal30226122501127304533103
Binary110000101011000110010101010011011111000100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B195; }

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

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

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

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

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

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

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

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