#C7BCAD

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

Shades of Cloud #C7BCAD

Tints of Cloud #C7BCAD

Color information

#C7BCAD (or 0xC7BCAD) is unknown color: approx Cloud. HEX triplet: C7, BC and AD. RGB value is (199,188,173). Sum of RGB (Red+Green+Blue) = 199+188+173=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCAD is #384352. Grayscale: #BDBDBD. Windows color (decimal): -3687251 or 11386055. OLE color: 11386055.

HSL color Cylindrical-coordinate representation of color #C7BCAD: hue angle of 34.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BCAD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199188173-
CMYK00.060.130.22
HSL34.62º18.84%72.94%-
HSV(B)34.62º13.07%78.04%-
XYZ49.0851.1346.82-
YUV189.58118.64134.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=35.54%
G=33.57%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918817300.060.130.2234.6218.8472.94
HexC7BCAD06D16231349
Octal3072742550615264323111
Binary1100011110111100101011010110110110110100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCAD; }

 p { color: rgb(199,188,173); }

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

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

 a { background-color: rgb(199,188,173); }

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

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

 span { border-color: rgb(199,188,173); }

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