#C0B293

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

Shades of Akaroa #C0B293

Tints of Akaroa #C0B293

Color information

#C0B293 (or 0xC0B293) is unknown color: approx Akaroa. HEX triplet: C0, B2 and 93. RGB value is (192,178,147). Sum of RGB (Red+Green+Blue) = 192+178+147=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B293 is #3F4D6C. Grayscale: #B2B2B2. Windows color (decimal): -4148589 or 9679552. OLE color: 9679552.

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

Color convert

RGB192178147-
CMYK00.070.230.25
HSL41.33º26.32%66.47%-
HSV(B)41.33º23.44%75.29%-
XYZ42.9345.1534.06-
YUV178.65110.14137.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=37.14%
G=34.43%
B=28.43%

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
Decimal19217814700.070.230.2541.3326.3266.47
HexC0B293071719291a42
Octal3002622230727315132102
Binary11000000101100101001001101111011111001101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B293; }

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

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

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

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

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

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

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

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