#C1B093

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

Shades of Akaroa #C1B093

Tints of Akaroa #C1B093

Color information

#C1B093 (or 0xC1B093) is unknown color: approx Akaroa. HEX triplet: C1, B0 and 93. RGB value is (193,176,147). Sum of RGB (Red+Green+Blue) = 193+176+147=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B093 is #3E4F6C. Grayscale: #B1B1B1. Windows color (decimal): -4083565 or 9679041. OLE color: 9679041.

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

Color convert

RGB193176147-
CMYK00.090.240.24
HSL37.83º27.06%66.67%-
HSV(B)37.83º23.83%75.69%-
XYZ42.7844.4933.94-
YUV177.78110.63138.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=37.40%
G=34.11%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317614700.090.240.2437.8327.0666.67
HexC1B093091818261b43
Octal30126022301130304633103
Binary110000011011000010010011010011100011000100110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B093; }

 p { color: rgb(193,176,147); }

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

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

 a { background-color: rgb(193,176,147); }

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

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

 span { border-color: rgb(193,176,147); }

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