#C8BCAD

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

Shades of Cloud #C8BCAD

Tints of Cloud #C8BCAD

Color information

#C8BCAD (or 0xC8BCAD) is unknown color: approx Cloud. HEX triplet: C8, BC and AD. RGB value is (200,188,173). Sum of RGB (Red+Green+Blue) = 200+188+173=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAD is #374352. Grayscale: #BDBDBD. Windows color (decimal): -3621715 or 11386056. OLE color: 11386056.

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

Color convert

RGB200188173-
CMYK00.060.140.22
HSL33.33º19.71%73.14%-
HSV(B)33.33º13.5%78.43%-
XYZ49.3551.2646.83-
YUV189.88118.48135.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=35.65%
G=33.51%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018817300.060.140.2233.3319.7173.14
HexC8BCAD06E16211449
Octal3102742550616264124111
Binary1100100010111100101011010110111010110100001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCAD; }

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

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

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

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

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

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

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

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