#C0BAB0

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

Shades of Cloud #C0BAB0

Tints of Cloud #C0BAB0

Color information

#C0BAB0 (or 0xC0BAB0) is unknown color: approx Cloud. HEX triplet: C0, BA and B0. RGB value is (192,186,176). Sum of RGB (Red+Green+Blue) = 192+186+176=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAB0 is #3F454F. Grayscale: #BABABA. Windows color (decimal): -4146512 or 11582144. OLE color: 11582144.

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

Color convert

RGB192186176-
CMYK00.030.080.25
HSL37.5º11.27%72.16%-
HSV(B)37.5º8.33%75.29%-
XYZ47.1349.4648.14-
YUV186.65121.99131.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=34.66%
G=33.57%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617600.030.080.2537.511.2772.16
HexC0BAB00381926b48
Octal3002722600310314613110
Binary11000000101110101011000001110001100110011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAB0; }

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

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

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

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

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

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

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

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