#C5B893

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

Shades of Akaroa #C5B893

Tints of Akaroa #C5B893

Color information

#C5B893 (or 0xC5B893) is unknown color: approx Akaroa. HEX triplet: C5, B8 and 93. RGB value is (197,184,147). Sum of RGB (Red+Green+Blue) = 197+184+147=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B893 is #3A476C. Grayscale: #B7B7B7. Windows color (decimal): -3819373 or 9681093. OLE color: 9681093.

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

Color convert

RGB197184147-
CMYK00.070.250.23
HSL44.4º30.12%67.45%-
HSV(B)44.4º25.38%77.25%-
XYZ45.4348.2634.52-
YUV183.67107.31137.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=37.31%
G=34.85%
B=27.84%

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
Decimal19718414700.070.250.2344.430.1267.45
HexC5B8930719172c1e43
Octal3052702230731275436103
Binary11000101101110001001001101111100110111101100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B893; }

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

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

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

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

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

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

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

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