#C6BFAE

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

Shades of Cloud #C6BFAE

Tints of Cloud #C6BFAE

Color information

#C6BFAE (or 0xC6BFAE) is unknown color: approx Cloud. HEX triplet: C6, BF and AE. RGB value is (198,191,174). Sum of RGB (Red+Green+Blue) = 198+191+174=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFAE is #394051. Grayscale: #BFBFBF. Windows color (decimal): -3752018 or 11452358. OLE color: 11452358.

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

Color convert

RGB198191174-
CMYK00.040.120.22
HSL42.5º17.39%72.94%-
HSV(B)42.5º12.12%77.65%-
XYZ49.5652.3247.53-
YUV191.16118.32132.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=35.17%
G=33.93%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819117400.040.120.2242.517.3972.94
HexC6BFAE04C162b1149
Octal3062772560414265321111
Binary1100011010111111101011100100110010110101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFAE; }

 p { color: rgb(198,191,174); }

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

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

 a { background-color: rgb(198,191,174); }

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

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

 span { border-color: rgb(198,191,174); }

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