#C1B392

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

Shades of Akaroa #C1B392

Tints of Akaroa #C1B392

Color information

#C1B392 (or 0xC1B392) is unknown color: approx Akaroa. HEX triplet: C1, B3 and 92. RGB value is (193,179,146). Sum of RGB (Red+Green+Blue) = 193+179+146=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B392 is #3E4C6D. Grayscale: #B3B3B3. Windows color (decimal): -4082798 or 9614273. OLE color: 9614273.

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

Color convert

RGB193179146-
CMYK00.070.240.24
HSL42.13º27.49%66.47%-
HSV(B)42.13º24.35%75.69%-
XYZ43.345.6533.72-
YUV179.42109.14137.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=37.26%
G=34.56%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317914600.070.240.2442.1327.4966.47
HexC1B3920718182a1b42
Octal3012632220730305233102
Binary11000001101100111001001001111100011000101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B392; }

 p { color: rgb(193,179,146); }

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

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

 a { background-color: rgb(193,179,146); }

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

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

 span { border-color: rgb(193,179,146); }

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