#C5B894

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

Shades of Akaroa #C5B894

Tints of Akaroa #C5B894

Color information

#C5B894 (or 0xC5B894) is unknown color: approx Akaroa. HEX triplet: C5, B8 and 94. RGB value is (197,184,148). Sum of RGB (Red+Green+Blue) = 197+184+148=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B894 is #3A476B. Grayscale: #B7B7B7. Windows color (decimal): -3819372 or 9746629. OLE color: 9746629.

HSL color Cylindrical-coordinate representation of color #C5B894: hue angle of 44.08º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B894 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197184148-
CMYK00.070.250.23
HSL44.08º29.7%67.65%-
HSV(B)44.08º24.87%77.25%-
XYZ45.5148.2934.94-
YUV183.78107.81137.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=37.24%
G=34.78%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718414800.070.250.2344.0829.767.65
HexC5B8940719172c1e44
Octal3052702240731275436104
Binary11000101101110001001010001111100110111101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B894; }

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

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

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

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

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

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

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

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