#C3B597

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

Shades of Akaroa #C3B597

Tints of Akaroa #C3B597

Color information

#C3B597 (or 0xC3B597) is unknown color: approx Akaroa. HEX triplet: C3, B5 and 97. RGB value is (195,181,151). Sum of RGB (Red+Green+Blue) = 195+181+151=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B597 is #3C4A68. Grayscale: #B5B5B5. Windows color (decimal): -3951209 or 9942467. OLE color: 9942467.

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

Color convert

RGB195181151-
CMYK00.070.230.24
HSL40.91º26.83%67.84%-
HSV(B)40.91º22.56%76.47%-
XYZ44.6246.8835.98-
YUV181.77110.64137.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=37.00%
G=34.35%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518115100.070.230.2440.9126.8367.84
HexC3B597071718291b44
Octal3032652270727305133104
Binary11000011101101011001011101111011111000101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B597; }

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

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

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

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

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

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

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

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