#C2B793

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

Shades of Akaroa #C2B793

Tints of Akaroa #C2B793

Color information

#C2B793 (or 0xC2B793) is unknown color: approx Akaroa. HEX triplet: C2, B7 and 93. RGB value is (194,183,147). Sum of RGB (Red+Green+Blue) = 194+183+147=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B793 is #3D486C. Grayscale: #B6B6B6. Windows color (decimal): -4016237 or 9680834. OLE color: 9680834.

HSL color Cylindrical-coordinate representation of color #C2B793: hue angle of 45.96º degrees, saturation: 0.28, 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 #C2B793 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194183147-
CMYK00.060.240.24
HSL45.96º27.81%66.86%-
HSV(B)45.96º24.23%76.08%-
XYZ44.4547.4434.42-
YUV182.18108.14136.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=37.02%
G=34.92%
B=28.05%

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
Decimal19418314700.060.240.2445.9627.8166.86
HexC2B7930618182e1c43
Octal3022672230630305634103
Binary11000010101101111001001101101100011000101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B793; }

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

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

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

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

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

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

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

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