#C0B797

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

Shades of Akaroa #C0B797

Tints of Akaroa #C0B797

Color information

#C0B797 (or 0xC0B797) is unknown color: approx Akaroa. HEX triplet: C0, B7 and 97. RGB value is (192,183,151). Sum of RGB (Red+Green+Blue) = 192+183+151=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B797 is #3F4868. Grayscale: #B6B6B6. Windows color (decimal): -4147305 or 9942976. OLE color: 9942976.

HSL color Cylindrical-coordinate representation of color #C0B797: hue angle of 46.83º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B797 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192183151-
CMYK00.050.210.25
HSL46.83º24.55%67.25%-
HSV(B)46.83º21.35%75.29%-
XYZ44.2647.3136.08-
YUV182.04110.48135.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=36.50%
G=34.79%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218315100.050.210.2546.8324.5567.25
HexC0B7970515192f1943
Octal3002672270525315731103
Binary11000000101101111001011101011010111001101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B797; }

 p { color: rgb(192,183,151); }

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

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

 a { background-color: rgb(192,183,151); }

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

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

 span { border-color: rgb(192,183,151); }

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