#C0AD93

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

Shades of Akaroa #C0AD93

Tints of Akaroa #C0AD93

Color information

#C0AD93 (or 0xC0AD93) is unknown color: approx Akaroa. HEX triplet: C0, AD and 93. RGB value is (192,173,147). Sum of RGB (Red+Green+Blue) = 192+173+147=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD93 is #3F526C. Grayscale: #AFAFAF. Windows color (decimal): -4149869 or 9678272. OLE color: 9678272.

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

Color convert

RGB192173147-
CMYK00.100.230.25
HSL34.67º26.32%66.47%-
HSV(B)34.67º23.44%75.29%-
XYZ41.9543.233.73-
YUV175.72111.79139.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=37.5%
G=33.79%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217314700.100.230.2534.6726.3266.47
HexC0AD930A1719231a42
Octal30025522301227314332102
Binary110000001010110110010011010101011111001100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD93; }

 p { color: rgb(192,173,147); }

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

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

 a { background-color: rgb(192,173,147); }

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

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

 span { border-color: rgb(192,173,147); }

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