#C0B494

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

Shades of Akaroa #C0B494

Tints of Akaroa #C0B494

Color information

#C0B494 (or 0xC0B494) is unknown color: approx Akaroa. HEX triplet: C0, B4 and 94. RGB value is (192,180,148). Sum of RGB (Red+Green+Blue) = 192+180+148=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B494 is #3F4B6B. Grayscale: #B4B4B4. Windows color (decimal): -4148076 or 9745600. OLE color: 9745600.

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

Color convert

RGB192180148-
CMYK00.060.230.25
HSL43.64º25.88%66.67%-
HSV(B)43.64º22.92%75.29%-
XYZ43.445.9934.61-
YUV179.94109.98136.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=36.92%
G=34.62%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218014800.060.230.2543.6425.8866.67
HexC0B4940617192c1a43
Octal3002642240627315432103
Binary11000000101101001001010001101011111001101100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B494; }

 p { color: rgb(192,180,148); }

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

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

 a { background-color: rgb(192,180,148); }

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

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

 span { border-color: rgb(192,180,148); }

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