#C2B795

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

Shades of Akaroa #C2B795

Tints of Akaroa #C2B795

Color information

#C2B795 (or 0xC2B795) is unknown color: approx Akaroa. HEX triplet: C2, B7 and 95. RGB value is (194,183,149). Sum of RGB (Red+Green+Blue) = 194+183+149=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B795 is #3D486A. Grayscale: #B6B6B6. Windows color (decimal): -4016235 or 9811906. OLE color: 9811906.

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

Color convert

RGB194183149-
CMYK00.060.230.24
HSL45.33º26.95%67.25%-
HSV(B)45.33º23.2%76.08%-
XYZ44.6147.5135.25-
YUV182.41109.14136.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=36.88%
G=34.79%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418314900.060.230.2445.3326.9567.25
HexC2B7950617182d1b43
Octal3022672250627305533103
Binary11000010101101111001010101101011111000101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B795; }

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

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

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

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

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

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

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

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