#C3B090

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

Shades of Akaroa #C3B090

Tints of Akaroa #C3B090

Color information

#C3B090 (or 0xC3B090) is unknown color: approx Akaroa. HEX triplet: C3, B0 and 90. RGB value is (195,176,144). Sum of RGB (Red+Green+Blue) = 195+176+144=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B090 is #3C4F6F. Grayscale: #B2B2B2. Windows color (decimal): -3952496 or 9482435. OLE color: 9482435.

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

Color convert

RGB195176144-
CMYK00.100.260.24
HSL37.65º29.82%66.47%-
HSV(B)37.65º26.15%76.47%-
XYZ43.0744.6732.74-
YUV178.03108.79140.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=37.86%
G=34.17%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517614400.100.260.2437.6529.8266.47
HexC3B0900A1A18261e42
Octal30326022001232304636102
Binary110000111011000010010000010101101011000100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B090; }

 p { color: rgb(195,176,144); }

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

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

 a { background-color: rgb(195,176,144); }

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

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

 span { border-color: rgb(195,176,144); }

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