#C3B694

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

Shades of Akaroa #C3B694

Tints of Akaroa #C3B694

Color information

#C3B694 (or 0xC3B694) is unknown color: approx Akaroa. HEX triplet: C3, B6 and 94. RGB value is (195,182,148). Sum of RGB (Red+Green+Blue) = 195+182+148=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B694 is #3C496B. Grayscale: #B6B6B6. Windows color (decimal): -3950956 or 9746115. OLE color: 9746115.

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

Color convert

RGB195182148-
CMYK00.070.240.24
HSL43.4º28.14%67.25%-
HSV(B)43.4º24.1%76.47%-
XYZ44.5847.234.78-
YUV182.01108.81137.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=37.14%
G=34.67%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518214800.070.240.2443.428.1467.25
HexC3B6940718182b1c43
Octal3032662240730305334103
Binary11000011101101101001010001111100011000101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B694; }

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

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

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

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

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

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

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

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