#C1B099

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

Shades of Akaroa #C1B099

Tints of Akaroa #C1B099

Color information

#C1B099 (or 0xC1B099) is unknown color: approx Akaroa. HEX triplet: C1, B0 and 99. RGB value is (193,176,153). Sum of RGB (Red+Green+Blue) = 193+176+153=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B099 is #3E4F66. Grayscale: #B2B2B2. Windows color (decimal): -4083559 or 10072257. OLE color: 10072257.

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

Color convert

RGB193176153-
CMYK00.090.210.24
HSL34.5º24.39%67.84%-
HSV(B)34.5º20.73%75.69%-
XYZ43.2744.6936.48-
YUV178.46113.63138.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=36.97%
G=33.72%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317615300.090.210.2434.524.3967.84
HexC1B099091518231844
Octal30126023101125304330104
Binary110000011011000010011001010011010111000100011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B099; }

 p { color: rgb(193,176,153); }

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

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

 a { background-color: rgb(193,176,153); }

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

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

 span { border-color: rgb(193,176,153); }

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