#C3B691

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

Shades of Akaroa #C3B691

Tints of Akaroa #C3B691

Color information

#C3B691 (or 0xC3B691) is unknown color: approx Akaroa. HEX triplet: C3, B6 and 91. RGB value is (195,182,145). Sum of RGB (Red+Green+Blue) = 195+182+145=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B691 is #3C496E. Grayscale: #B5B5B5. Windows color (decimal): -3950959 or 9549507. OLE color: 9549507.

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

Color convert

RGB195182145-
CMYK00.070.260.24
HSL44.4º29.41%66.67%-
HSV(B)44.4º25.64%76.47%-
XYZ44.3447.133.54-
YUV181.67107.31137.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=37.36%
G=34.87%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518214500.070.260.2444.429.4166.67
HexC3B691071A182c1d43
Octal3032662210732305435103
Binary11000011101101101001000101111101011000101100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B691; }

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

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

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

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

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

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

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

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