#C0B396

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

Shades of Akaroa #C0B396

Tints of Akaroa #C0B396

Color information

#C0B396 (or 0xC0B396) is unknown color: approx Akaroa. HEX triplet: C0, B3 and 96. RGB value is (192,179,150). Sum of RGB (Red+Green+Blue) = 192+179+150=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B396 is #3F4C69. Grayscale: #B3B3B3. Windows color (decimal): -4148330 or 9876416. OLE color: 9876416.

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

Color convert

RGB192179150-
CMYK00.070.220.25
HSL41.43º25%67.06%-
HSV(B)41.43º21.88%75.29%-
XYZ43.3645.6535.38-
YUV179.58111.31136.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=36.85%
G=34.36%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217915000.070.220.2541.432567.06
HexC0B396071619291943
Octal3002632260726315131103
Binary11000000101100111001011001111011011001101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B396; }

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

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

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

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

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

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

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

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