#c4b490

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

Shades of Akaroa #C4B490

Tints of Akaroa #C4B490

Color information

#C4B490 (or 0xC4B490) is unknown color: approx Akaroa. HEX triplet: C4, B4 and 90. RGB value is (196,180,144). Sum of RGB (Red+Green+Blue) = 196+180+144=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B490 is #3B4B6F. Grayscale: #B4B4B4. Windows color (decimal): -3885936 or 9483460. OLE color: 9483460.

HSL color Cylindrical-coordinate representation of color #C4B490: hue angle of 41.54º 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 #C4B490 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196180144-
CMYK00.080.270.23
HSL41.54º30.59%66.67%-
HSV(B)41.54º26.53%76.86%-
XYZ44.1246.3933.01-
YUV180.68107.3138.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=37.69%
G=34.62%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618014400.080.270.2341.5430.5966.67
HexC4B490081B172a1f43
Octal30426422001033275237103
Binary110001001011010010010000010001101110111101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b490; }

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

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

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

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

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

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

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

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