#C1B193

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

Shades of Akaroa #C1B193

Tints of Akaroa #C1B193

Color information

#C1B193 (or 0xC1B193) is unknown color: approx Akaroa. HEX triplet: C1, B1 and 93. RGB value is (193,177,147). Sum of RGB (Red+Green+Blue) = 193+177+147=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B193 is #3E4E6C. Grayscale: #B2B2B2. Windows color (decimal): -4083309 or 9679297. OLE color: 9679297.

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

Color convert

RGB193177147-
CMYK00.080.240.24
HSL39.13º27.06%66.67%-
HSV(B)39.13º23.83%75.69%-
XYZ42.9844.8934-
YUV178.36110.3138.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=37.33%
G=34.24%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317714700.080.240.2439.1327.0666.67
HexC1B193081818271b43
Octal30126122301030304733103
Binary110000011011000110010011010001100011000100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B193; }

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

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

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

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

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

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

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

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