#C5B792

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

Shades of Akaroa #C5B792

Tints of Akaroa #C5B792

Color information

#C5B792 (or 0xC5B792) is unknown color: approx Akaroa. HEX triplet: C5, B7 and 92. RGB value is (197,183,146). Sum of RGB (Red+Green+Blue) = 197+183+146=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B792 is #3A486D. Grayscale: #B7B7B7. Windows color (decimal): -3819630 or 9615301. OLE color: 9615301.

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

Color convert

RGB197183146-
CMYK00.070.260.23
HSL43.53º30.54%67.25%-
HSV(B)43.53º25.89%77.25%-
XYZ45.1547.8134.04-
YUV182.97107.14138.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=37.45%
G=34.79%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718314600.070.260.2343.5330.5467.25
HexC5B792071A172c1f43
Octal3052672220732275437103
Binary11000101101101111001001001111101010111101100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B792; }

 p { color: rgb(197,183,146); }

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

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

 a { background-color: rgb(197,183,146); }

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

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

 span { border-color: rgb(197,183,146); }

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