#C1B8AB

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

Shades of Cloud #C1B8AB

Tints of Cloud #C1B8AB

Color information

#C1B8AB (or 0xC1B8AB) is unknown color: approx Cloud. HEX triplet: C1, B8 and AB. RGB value is (193,184,171). Sum of RGB (Red+Green+Blue) = 193+184+171=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B8AB is #3E4754. Grayscale: #B9B9B9. Windows color (decimal): -4081493 or 11253953. OLE color: 11253953.

HSL color Cylindrical-coordinate representation of color #C1B8AB: hue angle of 35.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B8AB is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193184171-
CMYK00.050.110.24
HSL35.45º15.07%71.37%-
HSV(B)35.45º11.4%75.69%-
XYZ46.4848.5645.45-
YUV185.21119.98133.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 184 (72.27% from 255) = 33.58%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=35.22%
G=33.58%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318417100.050.110.2435.4515.0771.37
HexC1B8AB05B1823f47
Octal3012702530513304317107
Binary110000011011100010101011010110111100010001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B8AB; }

 p { color: rgb(193,184,171); }

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

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

 a { background-color: rgb(193,184,171); }

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

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

 span { border-color: rgb(193,184,171); }

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