#C0B393

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

Shades of Akaroa #C0B393

Tints of Akaroa #C0B393

Color information

#C0B393 (or 0xC0B393) is unknown color: approx Akaroa. HEX triplet: C0, B3 and 93. RGB value is (192,179,147). Sum of RGB (Red+Green+Blue) = 192+179+147=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B393 is #3F4C6C. Grayscale: #B3B3B3. Windows color (decimal): -4148333 or 9679808. OLE color: 9679808.

HSL color Cylindrical-coordinate representation of color #C0B393: hue angle of 42.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 #C0B393 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192179147-
CMYK00.070.230.25
HSL42.67º26.32%66.47%-
HSV(B)42.67º23.44%75.29%-
XYZ43.1245.5534.12-
YUV179.24109.81137.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=37.07%
G=34.56%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217914700.070.230.2542.6726.3266.47
HexC0B3930717192b1a42
Octal3002632230727315332102
Binary11000000101100111001001101111011111001101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B393; }

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

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

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

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

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

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

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

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