#C3B697

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

Shades of Akaroa #C3B697

Tints of Akaroa #C3B697

Color information

#C3B697 (or 0xC3B697) is unknown color: approx Akaroa. HEX triplet: C3, B6 and 97. RGB value is (195,182,151). Sum of RGB (Red+Green+Blue) = 195+182+151=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B697 is #3C4968. Grayscale: #B6B6B6. Windows color (decimal): -3950953 or 9942723. OLE color: 9942723.

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

Color convert

RGB195182151-
CMYK00.070.230.24
HSL42.27º26.83%67.84%-
HSV(B)42.27º22.56%76.47%-
XYZ44.8247.2936.04-
YUV182.35110.31137.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=36.93%
G=34.47%
B=28.60%

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
Decimal19518215100.070.230.2442.2726.8367.84
HexC3B6970717182a1b44
Octal3032662270727305233104
Binary11000011101101101001011101111011111000101010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B697; }

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

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

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

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

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

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

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

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