#C0AD97

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

Shades of Akaroa #C0AD97

Tints of Akaroa #C0AD97

Color information

#C0AD97 (or 0xC0AD97) is unknown color: approx Akaroa. HEX triplet: C0, AD and 97. RGB value is (192,173,151). Sum of RGB (Red+Green+Blue) = 192+173+151=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD97 is #3F5268. Grayscale: #B0B0B0. Windows color (decimal): -4149865 or 9940416. OLE color: 9940416.

HSL color Cylindrical-coordinate representation of color #C0AD97: hue angle of 32.2º 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 #C0AD97 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192173151-
CMYK00.100.210.25
HSL32.2º24.55%67.25%-
HSV(B)32.2º21.35%75.29%-
XYZ42.2743.3335.41-
YUV176.17113.79139.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=37.21%
G=33.53%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217315100.100.210.2532.224.5567.25
HexC0AD970A1519201943
Octal30025522701225314031103
Binary110000001010110110010111010101010111001100000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD97; }

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

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

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

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

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

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

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

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