#C3B38E

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

Shades of Akaroa #C3B38E

Tints of Akaroa #C3B38E

Color information

#C3B38E (or 0xC3B38E) is unknown color: approx Akaroa. HEX triplet: C3, B3 and 8E. RGB value is (195,179,142). Sum of RGB (Red+Green+Blue) = 195+179+142=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B38E is #3C4C71. Grayscale: #B3B3B3. Windows color (decimal): -3951730 or 9352131. OLE color: 9352131.

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

Color convert

RGB195179142-
CMYK00.080.270.24
HSL41.89º30.64%66.08%-
HSV(B)41.89º27.18%76.47%-
XYZ43.5145.832.14-
YUV179.57106.8139.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=37.79%
G=34.69%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517914200.080.270.2441.8930.6466.08
HexC3B38E081B182a1f42
Octal30326321601033305237102
Binary110000111011001110001110010001101111000101010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B38E; }

 p { color: rgb(195,179,142); }

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

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

 a { background-color: rgb(195,179,142); }

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

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

 span { border-color: rgb(195,179,142); }

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