#C5B593

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

Shades of Akaroa #C5B593

Tints of Akaroa #C5B593

Color information

#C5B593 (or 0xC5B593) is unknown color: approx Akaroa. HEX triplet: C5, B5 and 93. RGB value is (197,181,147). Sum of RGB (Red+Green+Blue) = 197+181+147=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B593 is #3A4A6C. Grayscale: #B6B6B6. Windows color (decimal): -3820141 or 9680325. OLE color: 9680325.

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

Color convert

RGB197181147-
CMYK00.080.250.23
HSL40.8º30.12%67.45%-
HSV(B)40.8º25.38%77.25%-
XYZ44.8247.0234.32-
YUV181.91108.3138.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 147 (57.81% from 255) = 28%
R=37.52%
G=34.48%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718114700.080.250.2340.830.1267.45
HexC5B593081917291e43
Octal30526522301031275136103
Binary110001011011010110010011010001100110111101001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B593; }

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

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

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

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

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

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

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

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