#C3B894

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

Shades of Akaroa #C3B894

Tints of Akaroa #C3B894

Color information

#C3B894 (or 0xC3B894) is unknown color: approx Akaroa. HEX triplet: C3, B8 and 94. RGB value is (195,184,148). Sum of RGB (Red+Green+Blue) = 195+184+148=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B894 is #3C476B. Grayscale: #B7B7B7. Windows color (decimal): -3950444 or 9746627. OLE color: 9746627.

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

Color convert

RGB195184148-
CMYK00.060.240.24
HSL45.96º28.14%67.25%-
HSV(B)45.96º24.1%76.47%-
XYZ44.9948.0234.91-
YUV183.18108.14136.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=37.00%
G=34.91%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518414800.060.240.2445.9628.1467.25
HexC3B8940618182e1c43
Octal3032702240630305634103
Binary11000011101110001001010001101100011000101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B894; }

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

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

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

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

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

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

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

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