#C1B49A

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

Shades of Akaroa #C1B49A

Tints of Akaroa #C1B49A

Color information

#C1B49A (or 0xC1B49A) is unknown color: approx Akaroa. HEX triplet: C1, B4 and 9A. RGB value is (193,180,154). Sum of RGB (Red+Green+Blue) = 193+180+154=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B49A is #3E4B65. Grayscale: #B5B5B5. Windows color (decimal): -4082534 or 10138817. OLE color: 10138817.

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

Color convert

RGB193180154-
CMYK00.070.200.24
HSL40º23.93%68.04%-
HSV(B)40º20.21%75.69%-
XYZ44.1546.3137.18-
YUV180.92112.81136.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=36.62%
G=34.16%
B=29.22%

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
Decimal19318015400.070.200.244023.9368.04
HexC1B49A071418281844
Octal3012642320724305030104
Binary11000001101101001001101001111010011000101000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B49A; }

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

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

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

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

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

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

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

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