#C1B59A

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

Shades of Akaroa #C1B59A

Tints of Akaroa #C1B59A

Color information

#C1B59A (or 0xC1B59A) is unknown color: approx Akaroa. HEX triplet: C1, B5 and 9A. RGB value is (193,181,154). Sum of RGB (Red+Green+Blue) = 193+181+154=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B59A is #3E4A65. Grayscale: #B5B5B5. Windows color (decimal): -4082278 or 10139073. OLE color: 10139073.

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

Color convert

RGB193181154-
CMYK00.060.200.24
HSL41.54º23.93%68.04%-
HSV(B)41.54º20.21%75.69%-
XYZ44.3546.7237.25-
YUV181.51112.48136.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=36.55%
G=34.28%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318115400.060.200.2441.5423.9368.04
HexC1B59A0614182a1844
Octal3012652320624305230104
Binary11000001101101011001101001101010011000101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B59A; }

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

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

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

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

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

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

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

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