#C2AF8F

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

Shades of Akaroa #C2AF8F

Tints of Akaroa #C2AF8F

Color information

#C2AF8F (or 0xC2AF8F) is unknown color: approx Akaroa. HEX triplet: C2, AF and 8F. RGB value is (194,175,143). Sum of RGB (Red+Green+Blue) = 194+175+143=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF8F is #3D5070. Grayscale: #B1B1B1. Windows color (decimal): -4018289 or 9416642. OLE color: 9416642.

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

Color convert

RGB194175143-
CMYK00.100.260.24
HSL37.65º29.48%66.08%-
HSV(B)37.65º26.29%76.08%-
XYZ42.5444.1132.26-
YUV177.03108.79140.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=37.89%
G=34.18%
B=27.93%

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
Decimal19417514300.100.260.2437.6529.4866.08
HexC2AF8F0A1A18261d42
Octal30225721701232304635102
Binary110000101010111110001111010101101011000100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF8F; }

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

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

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

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

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

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

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

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