#C1B59D

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

Shades of Akaroa #C1B59D

Tints of Akaroa #C1B59D

Color information

#C1B59D (or 0xC1B59D) is unknown color: approx Akaroa. HEX triplet: C1, B5 and 9D. RGB value is (193,181,157). Sum of RGB (Red+Green+Blue) = 193+181+157=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B59D is #3E4A62. Grayscale: #B5B5B5. Windows color (decimal): -4082275 or 10335681. OLE color: 10335681.

HSL color Cylindrical-coordinate representation of color #C1B59D: hue angle of 40º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B59D is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193181157-
CMYK00.060.190.24
HSL40º22.5%68.63%-
HSV(B)40º18.65%75.69%-
XYZ44.646.8238.58-
YUV181.85113.98135.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=36.35%
G=34.09%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318115700.060.190.244022.568.63
HexC1B59D061318281745
Octal3012652350623305027105
Binary11000001101101011001110101101001111000101000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B59D; }

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

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

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

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

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

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

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

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