#C1BAAF

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

Shades of Cloud #C1BAAF

Tints of Cloud #C1BAAF

Color information

#C1BAAF (or 0xC1BAAF) is unknown color: approx Cloud. HEX triplet: C1, BA and AF. RGB value is (193,186,175). Sum of RGB (Red+Green+Blue) = 193+186+175=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAAF is #3E4550. Grayscale: #BABABA. Windows color (decimal): -4080977 or 11516609. OLE color: 11516609.

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

Color convert

RGB193186175-
CMYK00.040.090.24
HSL36.67º12.68%72.16%-
HSV(B)36.67º9.33%75.69%-
XYZ47.2949.5547.63-
YUV186.84121.32132.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=34.84%
G=33.57%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318617500.040.090.2436.6712.6872.16
HexC1BAAF0491825d48
Octal3012722570411304515110
Binary110000011011101010101111010010011100010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAAF; }

 p { color: rgb(193,186,175); }

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

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

 a { background-color: rgb(193,186,175); }

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

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

 span { border-color: rgb(193,186,175); }

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