#C1B8AC

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

Shades of Cloud #C1B8AC

Tints of Cloud #C1B8AC

Color information

#C1B8AC (or 0xC1B8AC) is unknown color: approx Cloud. HEX triplet: C1, B8 and AC. RGB value is (193,184,172). Sum of RGB (Red+Green+Blue) = 193+184+172=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B8AC is #3E4753. Grayscale: #B9B9B9. Windows color (decimal): -4081492 or 11319489. OLE color: 11319489.

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

Color convert

RGB193184172-
CMYK00.050.110.24
HSL34.29º14.48%71.57%-
HSV(B)34.29º10.88%75.69%-
XYZ46.5848.645.95-
YUV185.32120.48133.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=35.15%
G=33.52%
B=31.33%

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
Decimal19318417200.050.110.2434.2914.4871.57
HexC1B8AC05B1822e48
Octal3012702540513304216110
Binary110000011011100010101100010110111100010001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B8AC; }

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

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

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

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

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

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

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

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