#C2B794

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

Shades of Akaroa #C2B794

Tints of Akaroa #C2B794

Color information

#C2B794 (or 0xC2B794) is unknown color: approx Akaroa. HEX triplet: C2, B7 and 94. RGB value is (194,183,148). Sum of RGB (Red+Green+Blue) = 194+183+148=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B794 is #3D486B. Grayscale: #B6B6B6. Windows color (decimal): -4016236 or 9746370. OLE color: 9746370.

HSL color Cylindrical-coordinate representation of color #C2B794: hue angle of 45.65º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B794 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194183148-
CMYK00.060.240.24
HSL45.65º27.38%67.06%-
HSV(B)45.65º23.71%76.08%-
XYZ44.5347.4734.83-
YUV182.3108.64136.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=36.95%
G=34.86%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418314800.060.240.2445.6527.3867.06
HexC2B7940618182e1b43
Octal3022672240630305633103
Binary11000010101101111001010001101100011000101110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B794; }

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

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

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

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

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

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

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

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