#C1B19A

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

Shades of Akaroa #C1B19A

Tints of Akaroa #C1B19A

Color information

#C1B19A (or 0xC1B19A) is unknown color: approx Akaroa. HEX triplet: C1, B1 and 9A. RGB value is (193,177,154). Sum of RGB (Red+Green+Blue) = 193+177+154=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B19A is #3E4E65. Grayscale: #B3B3B3. Windows color (decimal): -4083302 or 10138049. OLE color: 10138049.

HSL color Cylindrical-coordinate representation of color #C1B19A: hue angle of 35.38º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1B19A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193177154-
CMYK00.080.200.24
HSL35.38º23.93%68.04%-
HSV(B)35.38º20.21%75.69%-
XYZ43.5545.1136.98-
YUV179.16113.8137.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=36.83%
G=33.78%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317715400.080.200.2435.3823.9368.04
HexC1B19A081418231844
Octal30126123201024304330104
Binary110000011011000110011010010001010011000100011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B19A; }

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

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

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

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

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

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

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

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