#C0B197

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

Shades of Akaroa #C0B197

Tints of Akaroa #C0B197

Color information

#C0B197 (or 0xC0B197) is unknown color: approx Akaroa. HEX triplet: C0, B1 and 97. RGB value is (192,177,151). Sum of RGB (Red+Green+Blue) = 192+177+151=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B197 is #3F4E68. Grayscale: #B2B2B2. Windows color (decimal): -4148841 or 9941440. OLE color: 9941440.

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

Color convert

RGB192177151-
CMYK00.080.210.25
HSL38.05º24.55%67.25%-
HSV(B)38.05º21.35%75.29%-
XYZ43.0544.8935.67-
YUV178.52112.47137.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=36.92%
G=34.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217715100.080.210.2538.0524.5567.25
HexC0B197081519261943
Octal30026122701025314631103
Binary110000001011000110010111010001010111001100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B197; }

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

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

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

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

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

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

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

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