#C0B8AD

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

Shades of Cloud #C0B8AD

Tints of Cloud #C0B8AD

Color information

#C0B8AD (or 0xC0B8AD) is unknown color: approx Cloud. HEX triplet: C0, B8 and AD. RGB value is (192,184,173). Sum of RGB (Red+Green+Blue) = 192+184+173=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8AD is #3F4752. Grayscale: #B9B9B9. Windows color (decimal): -4147027 or 11385024. OLE color: 11385024.

HSL color Cylindrical-coordinate representation of color #C0B8AD: hue angle of 34.74º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B8AD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192184173-
CMYK00.040.100.25
HSL34.74º13.1%71.57%-
HSV(B)34.74º9.9%75.29%-
XYZ46.4248.546.45-
YUV185.14121.15132.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=34.97%
G=33.52%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218417300.040.100.2534.7413.171.57
HexC0B8AD04A1923d48
Octal3002702550412314315110
Binary110000001011100010101101010010101100110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8AD; }

 p { color: rgb(192,184,173); }

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

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

 a { background-color: rgb(192,184,173); }

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

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

 span { border-color: rgb(192,184,173); }

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