#C1B19B

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

Shades of Akaroa #C1B19B

Tints of Akaroa #C1B19B

Color information

#C1B19B (or 0xC1B19B) is unknown color: approx Akaroa. HEX triplet: C1, B1 and 9B. RGB value is (193,177,155). Sum of RGB (Red+Green+Blue) = 193+177+155=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B19B is #3E4E64. Grayscale: #B3B3B3. Windows color (decimal): -4083301 or 10203585. OLE color: 10203585.

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

Color convert

RGB193177155-
CMYK00.080.200.24
HSL34.74º23.46%68.24%-
HSV(B)34.74º19.69%75.69%-
XYZ43.6345.1537.43-
YUV179.28114.3137.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=36.76%
G=33.71%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317715500.080.200.2434.7423.4668.24
HexC1B19B081418231744
Octal30126123301024304327104
Binary110000011011000110011011010001010011000100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B19B; }

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

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

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

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

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

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

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

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