#C2B597

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

Shades of Akaroa #C2B597

Tints of Akaroa #C2B597

Color information

#C2B597 (or 0xC2B597) is unknown color: approx Akaroa. HEX triplet: C2, B5 and 97. RGB value is (194,181,151). Sum of RGB (Red+Green+Blue) = 194+181+151=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B597 is #3D4A68. Grayscale: #B5B5B5. Windows color (decimal): -4016745 or 9942466. OLE color: 9942466.

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

Color convert

RGB194181151-
CMYK00.070.220.24
HSL41.86º26.06%67.65%-
HSV(B)41.86º22.16%76.08%-
XYZ44.3646.7535.96-
YUV181.47110.81136.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=36.88%
G=34.41%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418115100.070.220.2441.8626.0667.65
HexC2B5970716182a1a44
Octal3022652270726305232104
Binary11000010101101011001011101111011011000101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B597; }

 p { color: rgb(194,181,151); }

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

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

 a { background-color: rgb(194,181,151); }

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

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

 span { border-color: rgb(194,181,151); }

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