#C2B698

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

Shades of Akaroa #C2B698

Tints of Akaroa #C2B698

Color information

#C2B698 (or 0xC2B698) is unknown color: approx Akaroa. HEX triplet: C2, B6 and 98. RGB value is (194,182,152). Sum of RGB (Red+Green+Blue) = 194+182+152=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B698 is #3D4967. Grayscale: #B6B6B6. Windows color (decimal): -4016488 or 10008258. OLE color: 10008258.

HSL color Cylindrical-coordinate representation of color #C2B698: hue angle of 42.86º 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 #C2B698 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194182152-
CMYK00.060.220.24
HSL42.86º25.61%67.84%-
HSV(B)42.86º21.65%76.08%-
XYZ44.6447.1936.46-
YUV182.17110.98136.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=36.74%
G=34.47%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418215200.060.220.2442.8625.6167.84
HexC2B6980616182b1a44
Octal3022662300626305332104
Binary11000010101101101001100001101011011000101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B698; }

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

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

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

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

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

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

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

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