#C0BAAF

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

Shades of Cloud #C0BAAF

Tints of Cloud #C0BAAF

Color information

#C0BAAF (or 0xC0BAAF) is unknown color: approx Cloud. HEX triplet: C0, BA and AF. RGB value is (192,186,175). Sum of RGB (Red+Green+Blue) = 192+186+175=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAF is #3F4550. Grayscale: #BABABA. Windows color (decimal): -4146513 or 11516608. OLE color: 11516608.

HSL color Cylindrical-coordinate representation of color #C0BAAF: hue angle of 38.82º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BAAF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192186175-
CMYK00.030.090.25
HSL38.82º11.89%71.96%-
HSV(B)38.82º8.85%75.29%-
XYZ47.0349.4247.62-
YUV186.54121.49131.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=34.72%
G=33.63%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617500.030.090.2538.8211.8971.96
HexC0BAAF0391927c48
Octal3002722570311314714110
Binary11000000101110101010111101110011100110011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAAF; }

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

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

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

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

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

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

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

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