#C6BBA8

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

Shades of Cloud #C6BBA8

Tints of Cloud #C6BBA8

Color information

#C6BBA8 (or 0xC6BBA8) is unknown color: approx Cloud. HEX triplet: C6, BB and A8. RGB value is (198,187,168). Sum of RGB (Red+Green+Blue) = 198+187+168=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBA8 is #394457. Grayscale: #BCBCBC. Windows color (decimal): -3753048 or 11058118. OLE color: 11058118.

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

Color convert

RGB198187168-
CMYK00.060.150.22
HSL38º20.83%71.76%-
HSV(B)38º15.15%77.65%-
XYZ48.1350.3744.23-
YUV188.12116.64135.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 168 (66.02% from 255) = 30.38%
R=35.80%
G=33.82%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818716800.060.150.223820.8371.76
HexC6BBA806F16261548
Octal3062732500617264625110
Binary1100011010111011101010000110111110110100110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBA8; }

 p { color: rgb(198,187,168); }

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

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

 a { background-color: rgb(198,187,168); }

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

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

 span { border-color: rgb(198,187,168); }

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