#C4B090

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

Shades of Akaroa #C4B090

Tints of Akaroa #C4B090

Color information

#C4B090 (or 0xC4B090) is unknown color: approx Akaroa. HEX triplet: C4, B0 and 90. RGB value is (196,176,144). Sum of RGB (Red+Green+Blue) = 196+176+144=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B090 is #3B4F6F. Grayscale: #B2B2B2. Windows color (decimal): -3886960 or 9482436. OLE color: 9482436.

HSL color Cylindrical-coordinate representation of color #C4B090: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4B090 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196176144-
CMYK00.100.270.23
HSL36.92º30.59%66.67%-
HSV(B)36.92º26.53%76.86%-
XYZ43.3244.832.75-
YUV178.33108.63140.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=37.98%
G=34.11%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617614400.100.270.2336.9230.5966.67
HexC4B0900A1B17251f43
Octal30426022001233274537103
Binary110001001011000010010000010101101110111100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B090; }

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

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

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

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

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

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

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

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