#C1AD90

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

Shades of Akaroa #C1AD90

Tints of Akaroa #C1AD90

Color information

#C1AD90 (or 0xC1AD90) is unknown color: approx Akaroa. HEX triplet: C1, AD and 90. RGB value is (193,173,144). Sum of RGB (Red+Green+Blue) = 193+173+144=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD90 is #3E526F. Grayscale: #AFAFAF. Windows color (decimal): -4084336 or 9481665. OLE color: 9481665.

HSL color Cylindrical-coordinate representation of color #C1AD90: hue angle of 35.51º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1AD90 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB193173144-
CMYK00.100.250.24
HSL35.51º28.32%66.08%-
HSV(B)35.51º25.39%75.69%-
XYZ41.9743.2432.52-
YUV175.67110.13140.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=37.84%
G=33.92%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317314400.100.250.2435.5128.3266.08
HexC1AD900A1918241c42
Octal30125522001231304434102
Binary110000011010110110010000010101100111000100100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD90; }

 p { color: rgb(193,173,144); }

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

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

 a { background-color: rgb(193,173,144); }

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

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

 span { border-color: rgb(193,173,144); }

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