#C2B18F

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

Shades of Akaroa #C2B18F

Tints of Akaroa #C2B18F

Color information

#C2B18F (or 0xC2B18F) is unknown color: approx Akaroa. HEX triplet: C2, B1 and 8F. RGB value is (194,177,143). Sum of RGB (Red+Green+Blue) = 194+177+143=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B18F is #3D4E70. Grayscale: #B2B2B2. Windows color (decimal): -4017777 or 9417154. OLE color: 9417154.

HSL color Cylindrical-coordinate representation of color #C2B18F: hue angle of 40º degrees, saturation: 0.29, 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 #C2B18F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194177143-
CMYK00.090.260.24
HSL40º29.48%66.08%-
HSV(B)40º26.29%76.08%-
XYZ42.9344.932.39-
YUV178.21108.13139.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=37.74%
G=34.44%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417714300.090.260.244029.4866.08
HexC2B18F091A18281d42
Octal30226121701132305035102
Binary110000101011000110001111010011101011000101000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B18F; }

 p { color: rgb(194,177,143); }

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

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

 a { background-color: rgb(194,177,143); }

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

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

 span { border-color: rgb(194,177,143); }

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