#C1B49B

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

Shades of Akaroa #C1B49B

Tints of Akaroa #C1B49B

Color information

#C1B49B (or 0xC1B49B) is unknown color: approx Akaroa. HEX triplet: C1, B4 and 9B. RGB value is (193,180,155). Sum of RGB (Red+Green+Blue) = 193+180+155=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B49B is #3E4B64. Grayscale: #B5B5B5. Windows color (decimal): -4082533 or 10204353. OLE color: 10204353.

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

Color convert

RGB193180155-
CMYK00.070.200.24
HSL39.47º23.46%68.24%-
HSV(B)39.47º19.69%75.69%-
XYZ44.2346.3537.62-
YUV181.04113.31136.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=36.55%
G=34.09%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318015500.070.200.2439.4723.4668.24
HexC1B49B071418271744
Octal3012642330724304727104
Binary11000001101101001001101101111010011000100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B49B; }

 p { color: rgb(193,180,155); }

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

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

 a { background-color: rgb(193,180,155); }

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

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

 span { border-color: rgb(193,180,155); }

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