#C0AC92

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

Shades of Akaroa #C0AC92

Tints of Akaroa #C0AC92

Color information

#C0AC92 (or 0xC0AC92) is unknown color: approx Akaroa. HEX triplet: C0, AC and 92. RGB value is (192,172,146). Sum of RGB (Red+Green+Blue) = 192+172+146=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC92 is #3F536D. Grayscale: #AFAFAF. Windows color (decimal): -4150126 or 9612480. OLE color: 9612480.

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

Color convert

RGB192172146-
CMYK00.100.240.25
HSL33.91º26.74%66.27%-
HSV(B)33.91º23.96%75.29%-
XYZ41.6842.7933.26-
YUV175.02111.63140.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=37.65%
G=33.73%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217214600.100.240.2533.9126.7466.27
HexC0AC920A1819221b42
Octal30025422201230314233102
Binary110000001010110010010010010101100011001100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC92; }

 p { color: rgb(192,172,146); }

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

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

 a { background-color: rgb(192,172,146); }

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

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

 span { border-color: rgb(192,172,146); }

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