#C0BAB3

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

Shades of Cloud #C0BAB3

Tints of Cloud #C0BAB3

Color information

#C0BAB3 (or 0xC0BAB3) is unknown color: approx Cloud. HEX triplet: C0, BA and B3. RGB value is (192,186,179). Sum of RGB (Red+Green+Blue) = 192+186+179=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAB3 is #3F454C. Grayscale: #BBBBBB. Windows color (decimal): -4146509 or 11778752. OLE color: 11778752.

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

Color convert

RGB192186179-
CMYK00.030.070.25
HSL32.31º9.35%72.75%-
HSV(B)32.31º6.77%75.29%-
XYZ47.4349.5849.72-
YUV187123.49131.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=34.47%
G=33.39%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617900.030.070.2532.319.3572.75
HexC0BAB30371920949
Octal300272263037314011111
Binary1100000010111010101100110111111100110000010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAB3; }

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

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

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

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

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

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

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

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