#C3B194

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

Shades of Akaroa #C3B194

Tints of Akaroa #C3B194

Color information

#C3B194 (or 0xC3B194) is unknown color: approx Akaroa. HEX triplet: C3, B1 and 94. RGB value is (195,177,148). Sum of RGB (Red+Green+Blue) = 195+177+148=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B194 is #3C4E6B. Grayscale: #B3B3B3. Windows color (decimal): -3952236 or 9744835. OLE color: 9744835.

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

Color convert

RGB195177148-
CMYK00.090.240.24
HSL37.02º28.14%67.25%-
HSV(B)37.02º24.1%76.47%-
XYZ43.5745.1834.44-
YUV179.08110.46139.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=37.5%
G=34.04%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517714800.090.240.2437.0228.1467.25
HexC3B194091818251c43
Octal30326122401130304534103
Binary110000111011000110010100010011100011000100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B194; }

 p { color: rgb(195,177,148); }

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

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

 a { background-color: rgb(195,177,148); }

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

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

 span { border-color: rgb(195,177,148); }

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