#C5B493

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

Shades of Akaroa #C5B493

Tints of Akaroa #C5B493

Color information

#C5B493 (or 0xC5B493) is unknown color: approx Akaroa. HEX triplet: C5, B4 and 93. RGB value is (197,180,147). Sum of RGB (Red+Green+Blue) = 197+180+147=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B493 is #3A4B6C. Grayscale: #B5B5B5. Windows color (decimal): -3820397 or 9680069. OLE color: 9680069.

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

Color convert

RGB197180147-
CMYK00.090.250.23
HSL39.6º30.12%67.45%-
HSV(B)39.6º25.38%77.25%-
XYZ44.6146.6234.25-
YUV181.32108.63139.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=37.60%
G=34.35%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718014700.090.250.2339.630.1267.45
HexC5B493091917281e43
Octal30526422301131275036103
Binary110001011011010010010011010011100110111101000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B493; }

 p { color: rgb(197,180,147); }

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

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

 a { background-color: rgb(197,180,147); }

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

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

 span { border-color: rgb(197,180,147); }

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