#C8BCAE

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

Shades of Cloud #C8BCAE

Tints of Cloud #C8BCAE

Color information

#C8BCAE (or 0xC8BCAE) is unknown color: approx Cloud. HEX triplet: C8, BC and AE. RGB value is (200,188,174). Sum of RGB (Red+Green+Blue) = 200+188+174=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAE is #374351. Grayscale: #BEBEBE. Windows color (decimal): -3621714 or 11451592. OLE color: 11451592.

HSL color Cylindrical-coordinate representation of color #C8BCAE: hue angle of 32.31º 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 #C8BCAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200188174-
CMYK00.060.130.22
HSL32.31º19.12%73.33%-
HSV(B)32.31º13%78.43%-
XYZ49.4451.347.34-
YUV189.99118.98135.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=35.59%
G=33.45%
B=30.96%

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
Decimal20018817400.060.130.2232.3119.1273.33
HexC8BCAE06D16201349
Octal3102742560615264023111
Binary1100100010111100101011100110110110110100000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCAE; }

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

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

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

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

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

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

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

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