#C0B69D

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

Shades of Akaroa #C0B69D

Tints of Akaroa #C0B69D

Color information

#C0B69D (or 0xC0B69D) is unknown color: approx Akaroa. HEX triplet: C0, B6 and 9D. RGB value is (192,182,157). Sum of RGB (Red+Green+Blue) = 192+182+157=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B69D is #3F4962. Grayscale: #B6B6B6. Windows color (decimal): -4147555 or 10335936. OLE color: 10335936.

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

Color convert

RGB192182157-
CMYK00.050.180.25
HSL42.86º21.74%68.43%-
HSV(B)42.86º18.23%75.29%-
XYZ44.5547.138.64-
YUV182.14113.81135.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=36.16%
G=34.27%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218215700.050.180.2542.8621.7468.43
HexC0B69D0512192b1644
Octal3002662350522315326104
Binary11000000101101101001110101011001011001101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B69D; }

 p { color: rgb(192,182,157); }

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

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

 a { background-color: rgb(192,182,157); }

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

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

 span { border-color: rgb(192,182,157); }

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