#C2B198

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

Shades of Akaroa #C2B198

Tints of Akaroa #C2B198

Color information

#C2B198 (or 0xC2B198) is unknown color: approx Akaroa. HEX triplet: C2, B1 and 98. RGB value is (194,177,152). Sum of RGB (Red+Green+Blue) = 194+177+152=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B198 is #3D4E67. Grayscale: #B3B3B3. Windows color (decimal): -4017768 or 10006978. OLE color: 10006978.

HSL color Cylindrical-coordinate representation of color #C2B198: hue angle of 35.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B198 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194177152-
CMYK00.090.220.24
HSL35.71º25.61%67.84%-
HSV(B)35.71º21.65%76.08%-
XYZ43.6445.1836.13-
YUV179.23112.63138.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=37.09%
G=33.84%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417715200.090.220.2435.7125.6167.84
HexC2B198091618241a44
Octal30226123001126304432104
Binary110000101011000110011000010011011011000100100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B198; }

 p { color: rgb(194,177,152); }

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

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

 a { background-color: rgb(194,177,152); }

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

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

 span { border-color: rgb(194,177,152); }

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