#C4B28E

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

Shades of Akaroa #C4B28E

Tints of Akaroa #C4B28E

Color information

#C4B28E (or 0xC4B28E) is unknown color: approx Akaroa. HEX triplet: C4, B2 and 8E. RGB value is (196,178,142). Sum of RGB (Red+Green+Blue) = 196+178+142=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B28E is #3B4D71. Grayscale: #B3B3B3. Windows color (decimal): -3886450 or 9351876. OLE color: 9351876.

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

Color convert

RGB196178142-
CMYK00.090.280.23
HSL40º31.4%66.27%-
HSV(B)40º27.55%76.86%-
XYZ43.5745.5332.08-
YUV179.28106.96139.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=37.98%
G=34.50%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617814200.090.280.234031.466.27
HexC4B28E091C17281f42
Octal30426221601134275037102
Binary110001001011001010001110010011110010111101000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B28E; }

 p { color: rgb(196,178,142); }

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

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

 a { background-color: rgb(196,178,142); }

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

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

 span { border-color: rgb(196,178,142); }

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